summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compile/standalone_runtime_flags.ts
blob: 0154c7f4e82e54eeeffaeb79b069105471e94e8b (plain)
1
2
3
console.log(Math.random());
await Deno.stat(".");
await Deno.create("foo.txt");