Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: Prevent DFS invariants from being broken
An implementation of HostImportModuleDynamically, could, in theory, call Evaluate() in the same tick as the call to HostImportModuleDynamically. If that call to HostImportModuleDynamically was the direct result of another call to Evaluate(), this may eagerly evaluate a module that is already queued to be run at a later time.
- Loading branch information