From c1fe41aae1c4aa5b8918b41224f83679f68d8d5b Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Thu, 14 Oct 2021 16:32:37 -0400 Subject: [PATCH] Give up on various future extensions These have proven over time to be much less interesting than other future extensions we might spend time on. In particular: * Give up on fallback support. Closes #76, closes #79, closes #83, closes #84. Also closes #79 by removing all the potential complexity there; we can instead discuss on whatwg/html#3871 and whatwg/html#5572. * Give up on import: URLs. Closes #71, closes #149. * Give up on built-in module remapping. --- README.md | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 20f82f6..b00b7b7 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,7 @@ _Or, how to control the behavior of JavaScript imports_ - [Further work](#further-work) - [Multiple import map support](#multiple-import-map-support) - [Programmatic API](#programmatic-api) - - [Fallback support](#fallback-support) - - [`import:` URLs](#import-urls) - [`import.meta.resolve()`](#importmetaresolve) - - [Built-in module remapping](#built-in-module-remapping) - [Community polyfills and tooling](#community-polyfills-and-tooling) - [Acknowledgments](#acknowledgments) @@ -574,10 +571,6 @@ The import map _could_ be that manifest file. However, it may not be the best fi ## Further work -[Previous versions of this repository](https://github.com/WICG/import-maps/tree/93f94c6dfb268bde3009644b65580fb2fbb98fcf) contained more features for import maps, including support for multiple import maps, built-in module remapping, fallbacks, and a new type of URL, the `import:` URL. These have since been removed in the interest of first explaining and specifying a solid, implementable "v1" core. - -We may bring some of those features back, and the issue tracker is a good place for discussing such future extensions. This section contains a discussion of these potential future features. - ### Multiple import map support It is natural for multiple `