This repository has been archived by the owner on Apr 8, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize compilation events to prevent unneeded stats.toJson() call (#…
…182) * Optimize compilation events to prevent unneeded stats.toJson() call * Switch fron nanobus to EventEmitter to fix tests Per nanobus documentation: > ### When shouldn't I use this package? > If you're only writing code that runs inside Node and don't need a '*' listener, consider using the built-in event emitter API instead. * Remove nanobus dependency * Revert "Remove nanobus dependency" This reverts commit 92fca9e. * Revert "Switch fron nanobus to EventEmitter to fix tests" This reverts commit 55fef9f. * Address comments Some tests are timing out locally, but I can't figure out why. Maybe it's just an issue on my box? * chore: save result of hasErrors/Warnings, remove event name const note: the event name object const(s) really weren't needed as the event names only appear twice each.
- Loading branch information