event-driven-io / emmett

Emmett - a Node.js library taking your event-driven applications back to the future!
https://event-driven-io.github.io/emmett/
195 stars 19 forks source link

Fixed commonjs build #122

Closed oskardudycz closed 1 month ago

oskardudycz commented 1 month ago

Removed async import of the node:stream/web. It's redundant as in the modern browsers and node.js it should be available in globalThis object.