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
2025-01-16 10:54:14 -05:00
Code
Issues
Packages
1
Wiki
Activity
327c31cd21
denoland-deno
/
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 15:59:56 +01: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-23 11:50:15 +11:00
}
Add support for custom tsconfig.json (#2089) Use `--config`
2019-04-29 15:58:31 +01:00
chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options (#15202)
2022-07-20 15:59:56 +01:00
foo
(
1
)
;
Copy permalink