nodejs / readable-stream

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

PR fix cycle #440

Closed frank-dspeed closed 4 years ago

frank-dspeed commented 4 years ago

Fix bundling

node_modules/readable-stream/lib/_stream_readable.js -> node_modules/readable-stream/lib/_stream_duplex.js -> node_modules/readable-stream/lib/_stream_readable.js

stream readable does not need douplex or they should both depend on the same

vweevers commented 4 years ago

Duplicate of #348.