XaveScor / smartbundle

Just code, no config. Zero-config bundler for js libraries
32 stars 0 forks source link

node packages interop #91

Open XaveScor opened 2 weeks ago

XaveScor commented 2 weeks ago

Need to convert node packages to namespaced ones to improve interoperability between runtimes.

https://bun.sh/docs/runtime/nodejs-apis

Deno requires "node:" namespace. https://docs.deno.com/runtime/fundamentals/node/