summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/module_simpleImport.mjs
blob: 7a9d05325b5e8bd01442e0ae60d859214330c4ad (plain)
1
2
3
import { x } from "./module_simpleExport.mjs";

result = x;