Closed austindd closed 4 years ago
This branch got a little bit out of scope, but here are the main things:
off
once
removeAllListeners
EventEmitter
Stream
FS
encoding
Can we check compiled output just in case to spot anything abnormal
@sikanhe we can definitely check the output. Any parts in particular that you're concerned about?
This branch got a little bit out of scope, but here are the main things:
off
,once
, andremoveAllListeners
functions for subclasses ofEventEmitter
.Stream
subtypes.Stream
subtype polyvariant types.FS
module, all functions that read/write string types are removed, along with theencoding
parameters that coerce the function types.