-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace readable-stream
with native API
#147
Comments
readable-stream
with native API
For // EDIT: Issue tracking this: #148 |
to add, it can be replaced with |
A comment from Matteo about this topic: rvagg/bl#150 (comment) |
https://github.com/webpack/memory-fs is deprecated in favor of memfs which doesn't depend on readable-stream |
Readable Stream was always available in node and the readable-stream package seems to be a more stable target than node itself. However, in a lot of places nodes stream might suffice
Version 4: Node 12 - 18 are covered
Version 3: Node 6 - 10
Version 2: Node 0.8 - 8
Especially if the package uses es newer versions of node, the stream api should be stable enough to replace it with native
The text was updated successfully, but these errors were encountered: