summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/module_detection_force/main.ts
blob: a55c9962be1714897daa9b5f92a6fcdae81f492d (plain)
1
2
3
const a = 1;
await import("./import.ts");
console.log(a);