Skip to content

stream: move to internal/streams

Move all the streams constructors to internal/streams and avoid a circular dependencies between the modules.

See: https://github.com/nodejs/readable-stream/issues/348

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

Merge request reports

Loading