Skip to content
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

Node 0.8 support #1

Open
timoxley opened this issue Jul 14, 2013 · 2 comments
Open

Node 0.8 support #1

timoxley opened this issue Jul 14, 2013 · 2 comments

Comments

@timoxley
Copy link

TODO something like:

var stream = require('stream');
// Node 0.8.x support
if (!stream.Readable || !stream.Transform) stream = require('readable-stream');
@timoxley
Copy link
Author

depends on adding 0.8 support to stream-stream and 0.8 support for stream-sink, the former depends on stream-stream tests passing :D

@Floby
Copy link
Owner

Floby commented Jul 14, 2013

0.8 for stream-sink is trivial and only needed for tests.
0.8 for stream-stream is different...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants