1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/js/ops/fs
Kitson Kelly 82aabb657a
feat: add --no-check option (#6456)
This commit adds a "--no-check" option to following subcommands:
- "deno cache"
- "deno info"
- "deno run"
- "deno test"

The "--no-check" options allows to skip type checking step and instead 
directly transpiles TS sources to JS sources. 

This solution uses `ts.transpileModule()` API and is just an interim
solution before implementing it fully in Rust.
2020-07-08 11:26:39 +02:00
..
chmod.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
chown.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
copy_file.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
dir.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
link.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
make_temp.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
mkdir.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
open.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
read_dir.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
read_link.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
real_path.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
remove.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
rename.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
seek.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
stat.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
symlink.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
sync.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
truncate.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
umask.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
utime.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00