ModulesΒ§
- import_
map π - module_
loading π - An implementation of ecma262βs LoadRequestedModules Partly inspired by mozjs implementation: https://searchfox.org/firefox-main/source/js/src/vm/Modules.cpp#1450 Since we canβt access ModuleObject internals (eg. ModuleRequest records), we deviate from the spec in some aspects.
- script_
module π - The script module mod contains common traits and structs
related to
type=modulefor script thread or worker threads.