deno/cli/tests/testdata/compile/standalone_runtime_flags.ts

3 lines
80 B
TypeScript

console.log(Math.random());
await Deno.stat(".");
await Deno.create("foo.txt");