endojs / endo

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

Move Babel dependency from bundleSource to importBundle #2254

Open kriskowal opened 2 months ago

kriskowal commented 2 months ago

Move evasive transforms and the module-to-program transform from @endo/bundle-source to @endo/import-bundle such that they are only used on Node.js and neither applies on XS.

Dependent: #400 Dependency: #2203