FredKSchott / rollup-plugin-polyfill-node

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

[Transform Stream] Cannot set property 'needReadable' of undefined #16

Open kran6a opened 3 years ago

kran6a commented 3 years ago

I got this error while trying to use a transform stream in a svelte project. The code works on lastest node.js though. Looks like this._readableState is never initialized in Transform Streams for an unknown reason. image