1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tools
David Sherret 9c1ab39e19
feat: ignore node_modules and .git folders when collecting files everywhere (#16862)
We currently only do this for fmt. This makes it so they're excluded by
default, but you can still opt into these directories by explicitly
specifying them.
2022-12-07 13:10:10 -05:00
..
coverage feat: ignore node_modules and .git folders when collecting files everywhere (#16862) 2022-12-07 13:10:10 -05:00
init fix(init): suppress info logs when using quiet mode (#15741) 2022-09-02 17:59:36 +02:00
repl fix(repl): respect --quiet flag (#16875) 2022-11-30 23:25:20 +01:00
vendor refactor: remove deno_graph::Locker usage (#16877) 2022-12-06 14:12:51 -05:00
bench.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
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 refactor: remove deno_graph::Locker usage (#16877) 2022-12-06 14:12:51 -05:00
fmt.rs feat: ignore node_modules and .git folders when collecting files everywhere (#16862) 2022-12-07 13:10:10 -05:00
info.rs refactor: remove deno_graph::Locker usage (#16877) 2022-12-06 14:12:51 -05:00
installer.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
lint.rs feat: ignore node_modules and .git folders when collecting files everywhere (#16862) 2022-12-07 13:10:10 -05:00
mod.rs refactor: move deno info functionality from deno_graph to CLI (#16434) 2022-10-28 11:03:33 -04:00
standalone.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
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): show informative message on access denied error (#16887) 2022-12-02 14:53:10 -05:00