We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a713be7 commit 6b9c201Copy full SHA for 6b9c201
spec.html
@@ -22580,7 +22580,7 @@ <h1>Runtime Semantics: GetModuleNamespace ( _module_ )</h1>
22580
22581
<emu-alg>
22582
1. Assert: _module_ is an instance of a concrete subclass of Module Record.
22583
- 1. Assert: _module_.[[Status]] is not `"uninstantiated"`.
+ 1. Assert: If _module_ is a Cyclic Module Record, then _module_.[[Status]] is not `"uninstantiated"`.
22584
1. Let _namespace_ be _module_.[[Namespace]].
22585
1. If _namespace_ is *undefined*, then
22586
1. Let _exportedNames_ be ? _module_.GetExportedNames().
0 commit comments