theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 309 forks source link

Move event emitter code out of Executor #1145

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

Internal code that needs to emit events shouldn't need to go through Executor to do it. Executor should still provide emit for external consumers, but internal code should be able to import an event module to register for and send events.