diff --git a/spec.html b/spec.html index 90d2015448..5d42e25875 100644 --- a/spec.html +++ b/spec.html @@ -28211,6 +28211,7 @@

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 neither ~all-but-default~ nor *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.