ksm2 / isomorphic-streams

Isomorphic WHATWG Streams API package for browser and Node.js
MIT License
14 stars 3 forks source link

Add CommonJS export #3

Open sgwilym opened 2 years ago

sgwilym commented 2 years ago

Hello! I am using this dependency to help me build an isomorphic NPM module which has both ESM and CommonJS distributions. I wasn't able to do this without the addition of a CommonJS export to this package, which is currently ESM only.

Swimburger commented 11 months ago

Thank you for this PR. I went ahead and forked the repo and pulled in your PR to resolve an issue I had with using this with Jest. I hope this is merged into this repo too tho.