deno/cli/tools
Pig Fang 59dedf217f
fix(init): update comment style (#17074)
The output of `init` are commands, so this should be treated as a "Shell
script". In Shell script, comments must start with `#`, not `//`. (This
also makes the commands example easier to be copied to somewhere.)
2022-12-17 23:26:25 +01:00
..
coverage chore: update to Rust 1.66.0 (#17078) 2022-12-17 23:20:15 +01:00
init fix(init): update comment style (#17074) 2022-12-17 23:26:25 +01:00
repl fix(repl): doing two history searches exiting with ctrl+c should not exit repl (#17079) 2022-12-16 18:39:52 -05:00
vendor chore: update to Rust 1.66.0 (#17078) 2022-12-17 23:20:15 +01:00
bench.rs feat(cli): support deno bench in the config file (#16608) 2022-12-10 02:30:47 +01:00
bundle.rs fix: respect the --quiet flag in more cases (#16998) 2022-12-09 10:54:24 -05:00
check.rs refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820) 2022-11-25 18:29:48 -05:00
doc.rs fix(compile): ensure import map is used when specified in deno config file (#16990) 2022-12-08 11:50:09 -05:00
fmt.rs fix: respect the --quiet flag in more cases (#16998) 2022-12-09 10:54:24 -05:00
info.rs chore: update to Rust 1.66.0 (#17078) 2022-12-17 23:20:15 +01:00
installer.rs chore: update to Rust 1.66.0 (#17078) 2022-12-17 23:20:15 +01:00
lint.rs fix(lint): column number for pretty reporting was off by 1 (#17107) 2022-12-17 16:00:33 -05:00
mod.rs refactor: cleanup main.rs (#16996) 2022-12-09 09:40:48 -05:00
run.rs fix: always derive http client from cli flags (#17029) 2022-12-12 21:30:44 -05:00
standalone.rs chore: fix recent regression with deno upgrade not handling redirects (#17045) 2022-12-14 08:47:18 -05:00
task.rs refactor: create util folder, move nap_sym to napi/sym, move http_cache to cache folder (#16857) 2022-11-28 17:28:54 -05:00
test.rs fix(test): improve how --fail-fast shuts down when hitting limit (#16956) 2022-12-05 16:17:49 -05:00
upgrade.rs fix(upgrade/windows): correct command in windows access denied message (#17049) 2022-12-14 16:21:43 -05:00