1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00
denoland-deno/cli/tools
Bartek Iwańczuk 4a0a412d7c
feat: no type-check by default (#14691)
This commit changes default default behavior of type checking
for several subcommands.

Instead of type checking and reporting type errors only for local
files, the type checking is skipped entirely. Type checking can
still be enabled using the "--check" flag.

Following subcomands are affected:
- deno cache
- deno install
- deno eval
- deno run
2022-06-13 23:13:16 +02:00
..
coverage fix(coverage): do not report transpiled files with no lines (#14699) 2022-05-22 10:45:22 -04:00
repl refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-20 16:40:55 -04:00
vendor fix(vendor): handle relative imports when mapped local folder name differs from remote's (#14465) 2022-05-23 12:49:28 -04:00
bench.rs refactor(bench): Allocate IDs for benches (#14757) 2022-05-30 19:58:44 +02:00
doc.rs refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-20 16:40:55 -04:00
fmt.rs feat(fmt): support formatting cjs, cts, mjs, and mts files (#14837) 2022-06-09 19:55:04 -04:00
incremental_cache.rs perf(fmt/lint): incremental formatting and linting (#14314) 2022-04-19 22:14:00 -04:00
installer.rs feat: no type-check by default (#14691) 2022-06-13 23:13:16 +02:00
lint.rs chore: update to rust 1.60.0 & update Cargo.lock (#14260) 2022-05-13 01:12:55 +02:00
mod.rs perf(fmt/lint): incremental formatting and linting (#14314) 2022-04-19 22:14:00 -04:00
standalone.rs feat: no type-check by default (#14691) 2022-06-13 23:13:16 +02:00
task.rs feat(task): add --cwd flag for configuring the working directory (#14823) 2022-06-08 15:30:16 -06:00
test.rs refactor(bench): Allocate IDs for benches (#14757) 2022-05-30 19:58:44 +02:00
upgrade.rs chore(tests): use custom temp dir creation for the tests (#14153) 2022-04-01 11:15:37 -04:00