-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
script_module: support import map #37316
Copy link
Copy link
Labels
A-content/scriptRelated to the script threadRelated to the script thread
Description
Describe the new feature:
Follow up of #37262
I believe these are all the required items to implement import map in script_module.rs
- create an import map parse result
- register an import map
- resolving a URL-like module specifier
- resolve an imports match
- resolve a module specifier: We already have the method here, but we need to expand it.
- Include import-map in include.ini
Reactions are currently unavailable
Metadata
Metadata
Labels
A-content/scriptRelated to the script threadRelated to the script thread