summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_missing_module_named_import.ts
blob: 9eb5239ff2e0dd05f9b1ab11922ebebcbf10589c (plain)
1
2
3
import { a } from "./does_not_exist.js";

console.log(a);