summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/module_testSyntax.mjs
blob: 3d647ae0b48ad69e58d4592f3184de0101e8dfc7 (plain)
1
2
3
// Module that throws a syntax error if parsed as a script.
export default 1;
wasRun = true;