You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transpiles with Babel now. More tests. Events synchronous by default.
- Updated source to be compiled with `babel --loose`
- Events are all synchronous by default. You have to call `emitNextTick` for an async dispatch of the event.