Skip to content

Commit

Permalink
Editorial: Remove empty from GetModuleNamespace (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 authored and ljharb committed Dec 19, 2024
1 parent 38f68d7 commit 6298ee1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"GetViewByteLength",
"INTRINSICS.Atomics.notify",
"MakeMatchIndicesIndexPairArray",
"Record[ModuleNamespaceExoticObject].Get",
"Record[SourceTextModuleRecord].ExecuteModule",
"Record[SourceTextModuleRecord].InitializeEnvironment",
"Record[SourceTextModuleRecord].ResolveExport",
"SuperCall[0,0].Evaluation",
"TypedArrayGetElement",
Expand Down
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -28468,7 +28468,7 @@ <h1>
<h1>
GetModuleNamespace (
_module_: an instance of a concrete subclass of Module Record,
): a Module Namespace Object or ~empty~
): a Module Namespace Object
</h1>
<dl class="header">
<dt>description</dt>
Expand Down

0 comments on commit 6298ee1

Please sign in to comment.