Arthur Silber

Results 1 comments of Arthur Silber

I'm trying to use `readable-stream` with rollup and still run into the circular dependency issue, as version 4.2.0 in fact still has a circular dependency ([here](https://github.com/nodejs/readable-stream/blob/7fdb3b4ec5135e586d5c6695f7e08d04f268b1cb/lib/internal/streams/duplex.js#L36) [here](https://github.com/nodejs/readable-stream/blob/7fdb3b4ec5135e586d5c6695f7e08d04f268b1cb/lib/internal/streams/readable.js#L96), for example) which...