JS Modules: Determinism vs. ASAP
JS Modules: Determinism vs. ASAP Author: Domenic Denicola Problem Statement Background and starting point On a given web page, each <script type="module"> generates a module graph. (It is not a tree; circular dependencies are allowed.) The graph has a starting node given by the <script type="modu...
docs.google.com