endojs / endo

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

Generate bundles with untransformed original sources instead of precompiled sources. #2295

Closed kriskowal closed 4 weeks ago

kriskowal commented 1 month ago

Toward #400 using XS native compartments, our tool bundle-source needs a mode for generating bundles with original sources. In the parlance of Compartment Map, that means using the “parsers” for mjs and cjs instead of pre-mjs-json and pre-cjs-json.