endojs / endo

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

refactor: Change unsafe import formula from path to specifier #1899

Closed kriskowal closed 8 months ago

kriskowal commented 11 months ago

In the pet daemon, workers currently require a power to convert paths to URL specifiers. This creates undue coupling to the underlying platform. A module specifier should suffice in this place. This generalizes well between daemon-on-web and daemon-on-node.

kumavis commented 8 months ago

merged in https://github.com/endojs/endo/pull/2067