Skip to content

Commit

Permalink
feat(ses): Permit XS-specific %ModuleSourcePrototype% bindings, needs…
Browse files Browse the repository at this point in the history
…Import, needsImportMeta
  • Loading branch information
kriskowal committed Sep 25, 2024
1 parent dc14c0e commit 470eec6
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 @@ -1522,6 +1522,10 @@ export const permitted = {
'[[Proto]]': '%AbstractModuleSourcePrototype%',
constructor: 'ModuleSource',
'@@toStringTag': 'string',
// https://github.com/tc39/proposal-compartments
bindings: getter,
needsImport: getter,
needsImportMeta: getter,
},
ModuleSource: {
'[[Proto]]': '%AbstractModuleSource%',
Expand Down

0 comments on commit 470eec6

Please sign in to comment.