0no-co / wonka

🎩 A tiny but capable push & pull stream library for TypeScript and Flow
MIT License
709 stars 29 forks source link

Export Wonka.bs.js for ReasonML support #100

Closed mrmurphy closed 2 years ago

mrmurphy commented 3 years ago

Newer versions of Node.js, starting at least with 12.19 throw an error about "./src/Wonka.bs.js" not being exported by the package when using Wonka from Reason. This change exports the compiled BS artifact and silences that error.

Resolves #97