summaryrefslogtreecommitdiff
path: root/tests/testdata/run/main_module/main.ts
blob: d2f2c66ee71e99dd564929985b0bcac0b2678525 (plain)
1
2
3
console.log("main", Deno.mainModule);

import "./other.ts";