-
Notifications
You must be signed in to change notification settings - Fork 230
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
deprecate stream1#pipe() #114
Comments
Would be a good thing imo. Stream1 based libs should upgrade or die. |
I still use through a lot :-/ |
go through2 then |
through2 drags along readable-stream, which I don't want (since I only support io.js) |
http://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html you should still be using readable-stream because you have better ability to pin to a specific implementation regardless of io.js version being used with your libs |
Yeah, I disagree with that post, so shrug. |
Looks like this isn't feasible. |
I'm pretty sure Browserify wouldn't be happy |
There should be a way to test that :) |
Making readable the new base class makes all writables duplexes, which would be weird. I'm ok with soft deprecation, I guess. |
browserify is more complicated because readable-stream isn't what you get when you |
my point on browserify being that if we made it the base |
+1 on Stream base class not being Readable and simply stay abstract. |
Closing because old and probably solved. |
i don't think it should be supported or used anymore and i want to know when any module i use uses a streams1 implementation (so i can stop using it). everything should be streams2+.
i'm just looking for a deprecation message if it's used.
what do you guys think?
The text was updated successfully, but these errors were encountered: