1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/std/encoding/_yaml
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
..
dumper feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
example refactor: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04:00
loader feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
schema BREAKING(std): reorganization (#5087) 2020-05-09 08:34:47 -04:00
type feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
error.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
mark.ts BREAKING(std): reorganization (#5087) 2020-05-09 08:34:47 -04:00
parse.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
parse_test.ts BREAKING(std): reorganization (#5087) 2020-05-09 08:34:47 -04:00
schema.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
state.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
stringify.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
stringify_test.ts BREAKING(std): reorganization (#5087) 2020-05-09 08:34:47 -04:00
type.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
utils.ts make std deno-lint clean (#6240) 2020-06-12 09:19:29 -04:00