Skip to content

Commit cb7b5c1

Browse files
committedNov 20, 2024
Handle non-direct binding cases for exports
1 parent 5881c1f commit cb7b5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28212,7 +28212,7 @@ <h1>
2821228212
1. If _e_.[[ExportName]] is _exportName_, then
2821328213
1. Assert: _e_.[[ModuleRequest]] is not *null*.
2821428214
1. Let _importedModule_ be GetImportedModule(_module_, _e_.[[ModuleRequest]]).
28215-
1. If _e_.[[ImportName]] is ~all~, then
28215+
1. If _e_.[[ImportName]] is either ~all~, ~all-but-default~, or *null*, then
2821628216
1. Assert: _module_ does not provide the direct binding for this export.
2821728217
1. Return ResolvedBinding Record { [[Module]]: _importedModule_, [[BindingName]]: ~namespace~ }.
2821828218
1. Else,

0 commit comments

Comments
 (0)