Skip to content

Commit 54d19ac

Browse files
committed
Add an assertion for ResolveExport
1 parent 5881c1f commit 54d19ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec.html

+1
Original file line numberDiff line numberDiff line change
@@ -28211,6 +28211,7 @@ <h1>
2821128211
1. For each ExportEntry Record _e_ of _module_.[[IndirectExportEntries]], do
2821228212
1. If _e_.[[ExportName]] is _exportName_, then
2821328213
1. Assert: _e_.[[ModuleRequest]] is not *null*.
28214+
1. Assert: _e_.[[ImportName]] is not either ~all-but-default~ or *null*.
2821428215
1. Let _importedModule_ be GetImportedModule(_module_, _e_.[[ModuleRequest]]).
2821528216
1. If _e_.[[ImportName]] is ~all~, then
2821628217
1. Assert: _module_ does not provide the direct binding for this export.

0 commit comments

Comments
 (0)