Skip to content

Commit 6b9c201

Browse files
littledanljharb
authored andcommitted
Editorial: Fix check in GetModuleNamespace (tc39#1486)
1 parent a713be7 commit 6b9c201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22580,7 +22580,7 @@ <h1>Runtime Semantics: GetModuleNamespace ( _module_ )</h1>
2258022580

2258122581
<emu-alg>
2258222582
1. Assert: _module_ is an instance of a concrete subclass of Module Record.
22583-
1. Assert: _module_.[[Status]] is not `"uninstantiated"`.
22583+
1. Assert: If _module_ is a Cyclic Module Record, then _module_.[[Status]] is not `"uninstantiated"`.
2258422584
1. Let _namespace_ be _module_.[[Namespace]].
2258522585
1. If _namespace_ is *undefined*, then
2258622586
1. Let _exportedNames_ be ? _module_.GetExportedNames().

0 commit comments

Comments
 (0)