nodejs / readable-stream

Node-core streams for userland
https://nodejs.org/api/stream.html
Other
1.03k stars 227 forks source link

Remove Circular dep that was not needed #441

Closed frank-dspeed closed 4 years ago

frank-dspeed commented 4 years ago

Closes: https://github.com/nodejs/readable-stream/issues/348 Makes this package able remove circular dep

ronag commented 4 years ago

If you want this fixed I think you would first need to open a PR against the node core repo, https://github.com/nodejs/node. Please the discussion in https://github.com/nodejs/readable-stream/issues/348.

vweevers commented 4 years ago

Closing in favor of upstream PR: https://github.com/nodejs/node/pull/35239. Follow #348 for further progress. Thanks for contributing!