Skip to content

Commit

Permalink
simplify diff
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 2, 2024
1 parent 3de1cd6 commit ad7fe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ contributors: Nicolò Ribaudo
1. Append _module_ to _seen_.
1. If _module_ is not a Cyclic Module Record, return ~unused~.
1. If _module_.[[Status]] is either ~evaluating~ or ~evaluated~, return ~unused~.
1. If _module_.[[Status]] is ~evaluating-async~ or _module_.[[HasTLA]] is *true*, then
1. If _module_.[[HasTLA]] is *true* or _module_.[[Status]] is ~evaluating-async~, then
1. If _result_ does not contain _module_, append _module_ to _result_.
1. Return ~unused~.
1. For each ModuleRequest Record _required_ of _module_.[[RequestedModules]], do
Expand Down

0 comments on commit ad7fe2d

Please sign in to comment.