Skip to main content

Module modules

Module modules 

Source

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=module for script thread or worker threads.