Open
Bug 1968904
Opened 8 months ago
Updated 8 months ago
Update HostLoadImportedModule and ModuleLink() in js shell
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
(Blocks 2 open bugs)
Details
This is a follow-up for https://phabricator.services.mozilla.com/D229650
- Unify the fetching of static import and dynamic import
- Update the ModuleLink() implementation: Think of a better place to call LoadRequestedModules
Originally, I could have added a new function in the shell called loadModules to load its dependencies. But that needs updating every module test in the shell.
Updated•8 months ago
|
Blocks: sm-shell
Summary: Update HostLoadImportedMdoule and ModuleLink() in js shell → Update HostLoadImportedModule and ModuleLink() in js shell
| Assignee | ||
Updated•8 months ago
|
Blocks: sm-modules
You need to log in
before you can comment on or make changes to this bug.
Description
•