summaryrefslogtreecommitdiff
path: root/cli/tests/module_graph/file_tests-importjson.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-05-19 20:53:43 +0200
committerGitHub <noreply@github.com>2021-05-19 20:53:43 +0200
commit0768f8d369bf446ab7003e93819bebaf410ab6d4 (patch)
treea895bb37ed2e26e738d1b1bb6b2f3f0e8999c8e4 /cli/tests/module_graph/file_tests-importjson.ts
parenteb56186e4499c7584d2cfffdca4fde7ad3da16ee (diff)
refactor(core): move ModuleMap to separate RefCell (#10656)
This commit moves bulk of the logic related to module loading from "JsRuntime" to "ModuleMap". Next steps are to rewrite the actual loading logic (represented by "RecursiveModuleLoad") to be a part of "ModuleMap" as well -- that way we will be able to track multiple module loads from within the map which should help me solve the problem of concurrent loads (since all info about currently loading/loaded modules will be contained in the ModuleMap, so we'll be able to know if actually all required modules have been loaded).
Diffstat (limited to 'cli/tests/module_graph/file_tests-importjson.ts')
0 files changed, 0 insertions, 0 deletions