summaryrefslogtreecommitdiff
path: root/cli/tests/single_compile_with_reload.ts
blob: a4d6d03412b3647f0ff635a65916e1cbe9708d96 (plain)
1
2
3
4
await import("./single_compile_with_reload_dyn.ts");
console.log("1");
await import("./single_compile_with_reload_dyn.ts");
console.log("2");