FredKSchott / rollup-plugin-polyfill-node

A modern Node.js polyfill for your Rollup bundle.
Other
175 stars 55 forks source link

Circular dependencies in `stream` polyfill #21

Open letmaik opened 3 years ago

letmaik commented 3 years ago
(!) Circular dependencies
polyfill-node:_stream_duplex.js -> polyfill-node:_stream_readable.js -> polyfill-node:_stream_duplex.js
polyfill-node:_stream_duplex.js -> polyfill-node:_stream_writable.js -> polyfill-node:_stream_duplex.js
Kelier commented 2 years ago

that's what I want to say!

francisdb commented 2 years ago

related discussion: https://github.com/calvinmetcalf/rollup-plugin-node-builtins/issues/39