webpack/test/cases/runtime/missing-module-syntax-error/module.js

4 lines
60 B
JavaScript
Raw Normal View History

import { SomeClass } from "./someModule";
new SomeClass();