1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-12 10:37:52 -05:00
denoland-deno/std/node/_fs/promises
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
..
_fs_readFile.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
_fs_readFile_test.ts feat(std/node): support hex/base64 encoding in fs.readFile/fs.writeFile (#6512) 2020-06-27 16:52:49 -04:00
_fs_writeFile.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
_fs_writeFile_test.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
mod.ts feat(std/node): Add fs.promises.readFile (#5656) 2020-05-20 02:50:48 -04:00