endojs / endo

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

fix(ses): fix broken types for CJS consumers #2260

Closed boneskull closed 2 months ago

boneskull commented 2 months ago

Due to changes in TS v5.5, CJS consumers cannot import types from a type: module package unless the declaration file has the .d.cts extension. This may or may not work the other way.

See the v5.5. beta announcement for further explanation.