summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/importmaps/module_importMap_with_nonexisting_module.mjs
blob: 4f9981bbe301b4cfe3dd9ea35c628c4ea0080098 (plain)
1
2
3
4
/* eslint-disable import/no-unassigned-import, import/no-unresolved */
// Bareword specifier should be mapped to ./good/module_0.mjs.
import {} from "bare";
import * as test from "nonexistingmodule";