Closed
Description
As we talked about it in May, core is implementing error codes, and 'stream'
should conform to this rule. The big question is how we port those to readable-stream
, as I think it might be worthy to keep consistency.
I do not want a regexp for each error, so we might have to parse the error definition file and/or do some form or processing of that one as well.
cc @jasnell
Example: nodejs/node@d50a802