-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
Resolution: satisfiedThe TAG is satisfied with this designThe TAG is satisfied with this designTopic: HTMLVenue: WHATWG
Milestone
Description
こんにちは TAG-さん!
I'm requesting a TAG review of multple import maps (née "dynamic import maps").
Import maps currently have to load before any ES module and there can only be a single import map per document. That makes them fragile and potentially slow to use in real-life scenarios: Any module that loads before them breaks the entire app, and in apps with many modules the become a large blocking resource, as the entire map for all possible modules needs to load first.
This proposal is to enable multiple import maps per document, by merging them in a consistent and deterministic way.
- Explainer¹ (minimally containing user needs and example code): url
- Specification URL: spec url
- Tests: Not yet
- User research: N/A
- Security and Privacy self-review²: url
- GitHub repo: url
- Primary contacts (and their relationship to the specification):
- Yoav Weiss (@yoavweiss), Shopify
- Organization(s)/project(s) driving the specification: Shopify
- Key pieces of existing multi-stakeholder (e.g. developers, implementers, civil society) support, review or discussion of this specification
- Key pieces of multi-implementer support:
- Chromium comments: Intent to Prototype
- Mozilla comments: Multiple import maps mozilla/standards-positions#1058
- WebKit comments: Multiple Import Maps WebKit/standards-positions#381
- External status/issue trackers for this specification (publicly visible, e.g. Chrome Status): https://chromestatus.com/feature/5121916248260608
Further details:
- I have reviewed the TAG's Web Platform Design Principles
- Relevant time constraints or deadlines: Hoping to ship by EoY
- The group where the work on this specification is currently being done: HTML
- The group where standardization of this work is intended to be done (if current group is a community group or other incubation venue): HTML
- Major unresolved issues with or opposition to this specification: None AFAIK
- This work is being funded by: Shopify
Metadata
Metadata
Labels
Resolution: satisfiedThe TAG is satisfied with this designThe TAG is satisfied with this designTopic: HTMLVenue: WHATWG