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