summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/importmaps/module_importMap_with_external_script_3.mjs
blob: 851f6dc3bcdecff73ca978ff9fe50a3e1c11f40f (plain)
1
2
3
// Existing file ./bad/module_3.mjs should be mapped to ./good/module_3.mjs.
// eslint-disable-next-line import/no-unassigned-import
import {} from "./bad/module_3.mjs";