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 1 week ago

XaveScor commented 1 week 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/