Skip to content

Commit

Permalink
Handle non-direct binding cases for exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 committed Nov 20, 2024
1 parent 5881c1f commit cb7b5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -28212,7 +28212,7 @@ <h1>
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,
Expand Down

0 comments on commit cb7b5c1

Please sign in to comment.