Dactyloidae/dom/base/test/jsmodules/module_testSyntax.js

3 lines
93 B
JavaScript
Raw Normal View History

// Module that throws a syntax error if parsed as a script.
export default 1;
wasRun = true;