summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/importmaps/module_sortedImportMap.js
blob: 41b29030975f38a9f4e5ee028ae24707f97c6598 (plain)
1
2
3
4
import { x } from "scope1/scope2/module_simpleExport.js";
import { x as y } from "scope1/scope2/scope3/scope4/module_simpleExport.js";
sorted_result = x;
sorted_result2 = y;