-
Notifications
You must be signed in to change notification settings - Fork 27
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
Import Maps #184
Comments
It looks like the spec here isn't on the W3C Recommendation Track. @domenic, as the editor of the spec, what's the likely destination of this once it leaves incubation, and when might that happen? |
Ah, right, that's what I forgot to do today---add a redirect! https://html.spec.whatwg.org/#import-maps |
Excellent, thanks @domenic! |
One potential problem here is that WebKit supports a superset: whatwg/html#8355. It would be undesirable if supporting external import maps would give you a lower score. (Also note that with 3 engines "everywhere except 2" leaves 1. 😊) |
This was mentioned by WordPress developer @youknowriad in https://make.wordpress.org/core/2022/10/10/seeking-proposals-for-interop-2023/#comment-43928:
Thanks Riad for sharing! |
We probably want to exclude |
Import maps are a P4 for Google's closure library "It's possible this could help with polyfills, maybe?" |
There is a es-module-shims polyfill. |
Note I don't know how difficult this would be to workaround (it might be as simple as passing |
In the MDN short survey on APIs & JavaScript, "Import Maps" was selected by ~13% of survey takers, putting it in the bottom third of options. (There is some uncertainty as with any survey data.) |
Thank you for proposing Import Maps for inclusion in Interop 2023. We are pleased to let you know that this proposal was accepted as part of the Modules focus area. You can follow the progress of this Focus Area on the Interop 2023 dashboard. For an overview of our process, see the proposal selection summary. Thank you for contributing to Interop 2023! Posted on behalf of the Interop team. |
Description
Import maps are really useful and really needed for very many developers. They are supported everywhere except Safari and Firefox.
Rationale
They are extremely useful for JavaScript libraries and their developers, for example three.js.
Specification
https://wicg.github.io/import-maps/
Tests
https://wpt.fyi/results/?label=master&label=experimental&aligned&view=subtest&q=import-maps
The text was updated successfully, but these errors were encountered: