Ryan Dahl
d0970daacd
make std deno-lint clean ( #6240 )
...
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-06-12 09:19:29 -04:00
blairzhao111
6c21ba0575
fix(std/node): emitter.removeAllListeners ( #5583 )
...
When given a non-registered eventName to
emitter.removeAllListeners(eventName), current code
would remove all listeners instead of silently skip,
which is not ideal.
2020-06-09 15:07:25 +02:00
Chris Knight
3ef94c5473
refactor(std): remove testing dependencies from non-test code ( #5838 )
2020-06-07 09:20:33 -04:00
Kitson Kelly
bced52505f
Update to Prettier 2 and use ES Private Fields ( #4498 )
2020-03-28 13:03:49 -04:00
Maximilien Mellen
90125566bb
Enable TS strict mode by default ( #3899 )
...
Fixes #3324
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2020-02-19 15:36:18 -05:00
Chris Knight
7b9f6e9c45
feat: Asynchronous event iteration node polyfill ( #4016 )
2020-02-17 13:22:41 -05:00
Chris Knight
a7056095a5
feat(node): add EventEmitter.errorMonitor ( #3960 )
2020-02-11 15:55:54 -05:00
uki00a
5a143cdbd3
fix(std/node): support named import for EventEmitter ( #3959 )
2020-02-11 11:19:35 -05:00
Chris Knight
81905a867e
feat: Event emitter node polyfill ( #3944 )
2020-02-10 18:19:48 -05:00