Replace "inherits" package with ES 2015 class inheritance
Replace use of "inherits" package to create classes that derive from `EventEmitter` with ES 2015 `class Foo extends EventEmitter` syntax, for readability.
Showing
This diff is collapsed.
Please register or sign in to comment