summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/ambiguous_export.mjs
blob: 0018e1bc47005d9e9d28cd433703601960add3f4 (plain)
1
2
3
/* eslint-disable import/export */
export * from "./exportA1.mjs";
export * from "./exportA2.mjs";