Import maps allow control over the resolution of bare import specifiers (e.g., import x from "x"). They define what URLs get fetched by JavaScript import statements and import() expressions.
Import maps allow control over the resolution of bare import specifiers (such as import x from "x"). They define what URLs get fetched by JavaScript import statements and import() expressions.