mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
82aabb657a
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. |
||
---|---|---|
.. | ||
chmod.ts | ||
chown.ts | ||
copy_file.ts | ||
dir.ts | ||
link.ts | ||
make_temp.ts | ||
mkdir.ts | ||
open.ts | ||
read_dir.ts | ||
read_link.ts | ||
real_path.ts | ||
remove.ts | ||
rename.ts | ||
seek.ts | ||
stat.ts | ||
symlink.ts | ||
sync.ts | ||
truncate.ts | ||
umask.ts | ||
utime.ts |