Skip to content

Commit

Permalink
Add an assertion for ResolveExport
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 committed Nov 20, 2024
1 parent 5881c1f commit 54d19ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -28211,6 +28211,7 @@ <h1>
1. For each ExportEntry Record _e_ of _module_.[[IndirectExportEntries]], do
1. If _e_.[[ExportName]] is _exportName_, then
1. Assert: _e_.[[ModuleRequest]] is not *null*.
1. Assert: _e_.[[ImportName]] is not either ~all-but-default~ or *null*.
1. Let _importedModule_ be GetImportedModule(_module_, _e_.[[ModuleRequest]]).
1. If _e_.[[ImportName]] is ~all~, then
1. Assert: _module_ does not provide the direct binding for this export.
Expand Down

0 comments on commit 54d19ac

Please sign in to comment.