-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Drop dependency on readable-stream #23
Comments
Thanks! I totally understand the advantage of the |
Being part of the streams working group readable-stream is still very much needed as there and bigger changes still happening underneat the hood of streams |
Thanks! Can you give a TL;DR of what those changes look like? We're trying to evaluate our usage of streams across all of the Google npm modules, and I find myself often conflicted 😁 |
I'll let mafintosh speak to changes but I'm going to close this so it doesn't show up on my github dashboard. |
It feels like the implementation of streams in Node.js 6+ has settled down a great deal. Would you consider a PR to drop the dependency on the user space implementation of
readable-stream
? Or are there good reasons to keep on using it?The text was updated successfully, but these errors were encountered: