mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
fd0658fb42
Adds `--ext` to `deno run`, closes #5088 Additionally - Adds `--ext` to `deno compile` and `deno bundle`
3 lines
78 B
Text
3 lines
78 B
Text
interface Lollipop {}
|
|
|
|
console.log("executing typescript with no extension");
|