endojs / endo

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

fix(ses): fix types export for newer module resolutions #1840

Closed boneskull closed 1 year ago

boneskull commented 1 year ago

Much like #1803, this adds types conditional exports where appropriate.

Additionally, I fixed a type in ThirdPartyStaticModuleInterface which I was bumping up against.

boneskull commented 1 year ago

@kriskowal Looks like CI needs to be burped

boneskull commented 1 year ago

Please note that https://github.com/endojs/endo/pull/1803 is the same sort of thing but for @endo/compartment-mapper (and is awaiting approvals)