endojs / endo

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

Export native XS ModuleSource in lieu of StaticModuleRecord on XS #2250

Open kriskowal opened 2 months ago

kriskowal commented 2 months ago

Refs: #400

Change @endo/static-module-record such that it exports the XS native ModuleSource and does not entrain Babel if it is captured in a script with @endo/compartment-mapper/bundle.js (Endo’s Rollup analogue) with the "xs" “tag”, using the "exports" property in package.json.