Skip to content

Commit

Permalink
feat(ses): Permit legacy properties of ModuleSource shim
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Oct 18, 2024
1 parent 926c7b3 commit a53e83d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ses/src/permits.js
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,10 @@ export const permitted = {
bindings: getter,
needsImport: getter,
needsImportMeta: getter,
// @endo/module-source provides a legacy interface
imports: getter,
exports: getter,
reexports: getter,
},

'%AbstractModuleSource%': {
Expand Down

0 comments on commit a53e83d

Please sign in to comment.