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 02a710f commit 75b9cefCopy full SHA for 75b9cef
spec.html
@@ -27110,7 +27110,7 @@ <h1>Evaluate ( ): a Promise</h1>
27110
1. If _module_.[[CycleRoot]] is not ~empty~, then
27111
1. Set _module_ to _module_.[[CycleRoot]].
27112
1. Else,
27113
- 1. Assert: _module_.[[Status]] is ~evaluated~ and _module_.[[EvaluationError]] is a throw completion ~empty~.
+ 1. Assert: _module_.[[Status]] is ~evaluated~ and _module_.[[EvaluationError]] is a throw completion.
27114
1. If _module_.[[TopLevelCapability]] is not ~empty~, then
27115
1. Return _module_.[[TopLevelCapability]].[[Promise]].
27116
1. Let _stack_ be a new empty List.
0 commit comments