summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/import-not-found.js
blob: 05e6e1e8d5bbd85c2f6edce691c44fe3a73af941 (plain)
1
2
// |jit-test| module; error: SyntaxError
import { foo } from "module1.js";