Skip to content

Commit

Permalink
Accept suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 committed Nov 21, 2024
1 parent 54d19ac commit 5a119c8
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 @@ -28211,7 +28211,7 @@ <h1>
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 not either ~all-but-default~ or *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.
Expand Down

0 comments on commit 5a119c8

Please sign in to comment.