https://github.com/WICG/import-maps
Former home of import maps (now merged into HTML)
https://github.com/WICG/import-maps
Last synced: about 1 month ago
JSON representation
Former home of import maps (now merged into HTML)
- Host: GitHub
- URL: https://github.com/WICG/import-maps
- Owner: WICG
- License: other
- Archived: true
- Created: 2018-03-15T08:15:41.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T07:34:52.000Z (2 months ago)
- Last Synced: 2025-03-24T02:43:09.507Z (about 1 month ago)
- Language: HTML
- Homepage: https://html.spec.whatwg.org/multipage/webappapis.html#import-maps
- Size: 657 KB
- Stars: 2,730
- Watchers: 87
- Forks: 72
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-star - import-maps
- awesome-list - import-maps
- stars - import-maps
- stars - import-maps
README
# Former home of import maps
This repository formerly hosted the import maps explainer, reference implementation, and issue discussion.
Import maps are now [part of the HTML Standard](https://html.spec.whatwg.org/multipage/webappapis.html#import-maps). You can also read about them [on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap).
You can view previous versions of [the explainer](https://github.com/WICG/import-maps/blob/abc4c6b24e0cc9a764091be916c5057e83c30c23/README.md) and [the reference implementation](https://github.com/WICG/import-maps/tree/abc4c6b24e0cc9a764091be916c5057e83c30c23/reference-implementation) in Git history. However, be aware that they are out of date, and do not reflect later additions to import maps after they moved to the HTML Standard, such as integrity metadata support or multiple import maps.