Jacob Page
b492e6703d
Make EventEmitter more Node-like ( #4865 )
...
Add behaviors to make `EventEmitter` a bit more like its NodeJS counterpart. This should make using it a bit less surprising.
2018-08-01 14:43:25 +02:00
Tim Neutkens
ebf0c47c25
Upgrade standard.js ( #4064 )
...
* Upgrade standard.js
# Conflicts:
# yarn.lock
* Upgrade babel-eslint
2018-03-27 20:11:03 +02:00
Arunoda Susiripala
871bc4e06b
Add tests for EventEmitter. ( #2515 )
2017-07-09 09:16:53 +05:30
Arunoda Susiripala
0c7089f856
Remove mitt and use an internal EventEmitter ( #2477 )
...
This fixes one of the crucial bug in Next.js
The issue happens when you try to load a page when it's
prefetching.
With mitt, it only fires the first registered event.
2017-07-06 12:19:33 +05:30