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

stream: move prefixed files into internal/streams. #11957

Closed
wants to merge 1 commit into from

Commits on May 2, 2017

  1. stream: move prefixed files into internal/streams.

    This simplifies the lib/ folder, and hides _stream_readable.js and
    peers into lib/internal/streams. All the tests have been updated to
    use the main stream module, rather than requiring from the internals.
    Access to the previous files has been deprecated, and it will be removed
    in a future release.
    mcollina committed May 2, 2017
    Configuration menu
    Copy the full SHA
    bc4f1d5 View commit details
    Browse the repository at this point in the history