endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
804 stars 71 forks source link

feat(Endo Bundler): create bundles with esm exports #1460

Open kumavis opened 1 year ago

kumavis commented 1 year ago

we would occasionally like to create library bundles that have esm exports in esm syntax

kriskowal commented 8 months ago

Would this potentially take the form of another variant of bundle.js that targets ESM instead of script?