1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/cli/js/ops
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 feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
dispatch_json.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
dispatch_minimal.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
errors.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
fetch.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
fs_events.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
get_random_values.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
io.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
net.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
os.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
permissions.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
plugins.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
process.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
repl.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
resources.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
runtime.ts feat: Add Deno.mainModule (#6180) 2020-06-10 23:00:29 -04:00
runtime_compiler.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
signal.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
timers.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
tls.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
tty.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00
web_worker.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
worker_host.ts clean up code in cli/js (#6611) 2020-07-06 21:45:39 -04:00