Bringing import maps to JS: `import "./importmap.json" with { type: "importmap" }`?

Web platform import maps can in fact define define specifiers which would otherwise be resolvable. That’s my point. Something like from "foo" is never resolvable (… I think) but from "./foo" is resolvable in the absence of an import map and can be defined as something else by an import map as long as the import map is added before that import.