This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
4a64ca8501
denoland-deno
/
cli
/
tests
/
testdata
/
run
/
config
/
main.ts
6 lines
45 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options (#15202)
2022-07-20 10:59:56 -04:00
function
foo
(
bar
)
{
return
bar
;
refactor(cli): migrate run and cache to new infrastructure (#7996) Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-10-22 20:50:15 -04:00
}
Add support for custom tsconfig.json (#2089) Use `--config`
2019-04-29 10:58:31 -04:00
chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options (#15202)
2022-07-20 10:59:56 -04:00
foo
(
1
)
;
Copy permalink