mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
fd0658fb42
Adds `--ext` to `deno run`, closes #5088 Additionally - Adds `--ext` to `deno compile` and `deno bundle`
7 lines
207 B
Text
7 lines
207 B
Text
[WILDCARD]
|
|
// deno-fmt-ignore-file
|
|
// deno-lint-ignore-file
|
|
// This code was bundled using `deno bundle` and it's not recommended to edit it manually
|
|
|
|
console.log("executing typescript with no extension");
|
|
|