-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome 133 + Safari TP support multiple import maps #25801
Conversation
}, | ||
"multiple_import_maps": { | ||
"__compat": { | ||
"description": "Multiple import maps", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chrisdavidmills Would you have a spec link, even if it's a Text Fragment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either that or https://html.spec.whatwg.org/multipage/webappapis.html#merge-existing-and-new-import-maps would probably work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spec URL added. I like the text fragment, as it links to an exact statement supporting it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
}, | ||
"multiple_import_maps": { | ||
"__compat": { | ||
"description": "Multiple import maps", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either that or https://html.spec.whatwg.org/multipage/webappapis.html#merge-existing-and-new-import-maps would probably work
PS: We could also link to both the text fragment, and |
Summary
This PR adds a data point for multiple import maps support, which was documented by @yoavweiss in mdn/content#37739.
It has the following support:
Test results and supporting details
Spec PR: whatwg/html#10528
Related issues