Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Feb 22, 2025
1 parent 31939c5 commit 33856ad
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 @@ -27165,7 +27165,7 @@ <h1>
1. Let _requiredModule_ be the last element of _stack_.
1. Remove the last element of _stack_.
1. Assert: _requiredModule_ is a Cyclic Module Record.
1. Assert: _requiredModule_.[[AsyncEvaluationOrder]] is either ~unset~ or an integer.
1. Assert: _requiredModule_.[[AsyncEvaluationOrder]] is either an integer or ~unset~.
1. If _requiredModule_.[[AsyncEvaluationOrder]] is ~unset~, set _requiredModule_.[[Status]] to ~evaluated~.
1. Otherwise, set _requiredModule_.[[Status]] to ~evaluating-async~.
1. If _requiredModule_ and _module_ are the same Module Record, set _done_ to *true*.
Expand Down

0 comments on commit 33856ad

Please sign in to comment.