diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-05-19 20:53:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 20:53:43 +0200 |
commit | 0768f8d369bf446ab7003e93819bebaf410ab6d4 (patch) | |
tree | a895bb37ed2e26e738d1b1bb6b2f3f0e8999c8e4 /cli/tests/inline_js_source_map_2_with_inline_contents.js | |
parent | eb56186e4499c7584d2cfffdca4fde7ad3da16ee (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/inline_js_source_map_2_with_inline_contents.js')
0 files changed, 0 insertions, 0 deletions