This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
eb25e50edb
denoland-deno
/
cli
/
tests
/
testdata
/
file_extensions
/
ts_without_extension.out
3 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
fix(cli): restore `deno run -` to handle stdin as typescript (#18391) Bug reported here shortly after merging `--ext` changes https://github.com/denoland/deno/pull/17172#issuecomment-1480898098 Also found a missing `--check` in integration tests for `--ext` that would have missed a bug if there was one. Fixes #18392
2023-03-23 12:45:43 -04:00
Check [WILDCARD]/file_extensions/ts_without_extension
feat(cli): --ext parameter for run, compile, and bundle (#17172) Adds `--ext` to `deno run`, closes #5088 Additionally - Adds `--ext` to `deno compile` and `deno bundle`
2023-03-22 10:15:53 -04:00
executing typescript with no extension
Copy permalink