We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5881c1f commit 54d19acCopy full SHA for 54d19ac
spec.html
@@ -28211,6 +28211,7 @@ <h1>
28211
1. For each ExportEntry Record _e_ of _module_.[[IndirectExportEntries]], do
28212
1. If _e_.[[ExportName]] is _exportName_, then
28213
1. Assert: _e_.[[ModuleRequest]] is not *null*.
28214
+ 1. Assert: _e_.[[ImportName]] is not either ~all-but-default~ or *null*.
28215
1. Let _importedModule_ be GetImportedModule(_module_, _e_.[[ModuleRequest]]).
28216
1. If _e_.[[ImportName]] is ~all~, then
28217
1. Assert: _module_ does not provide the direct binding for this export.
0 commit comments