Skip to content

stream: move prefixed files into internal/streams.

Rodrigo Muino Tomonari requested to merge github/fork/mcollina/move-streams into master

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.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows [commit guidelines][]
Affected core subsystem(s)

stream

Merge request reports

Loading