diff --git a/spec.html b/spec.html index 90d2015448..4063f17f2b 100644 --- a/spec.html +++ b/spec.html @@ -28212,7 +28212,7 @@

1. If _e_.[[ExportName]] is _exportName_, then 1. Assert: _e_.[[ModuleRequest]] is not *null*. 1. Let _importedModule_ be GetImportedModule(_module_, _e_.[[ModuleRequest]]). - 1. If _e_.[[ImportName]] is ~all~, then + 1. If _e_.[[ImportName]] is either ~all~, ~all-but-default~, or *null*, then 1. Assert: _module_ does not provide the direct binding for this export. 1. Return ResolvedBinding Record { [[Module]]: _importedModule_, [[BindingName]]: ~namespace~ }. 1. Else,