deno/cli/tools
David Sherret 0c9598d169
Some checks are pending
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
fix(check): ensure @types/node is cached when already in resolution (#31235)
2025-11-10 08:10:11 -05:00
..
bench perf: stack allocated v8 scopes (#30827) 2025-09-23 17:54:14 -07:00
bundle fix(check): error when type checking after deduping packages (#31049) 2025-10-21 23:11:01 -04:00
coverage feat(coverage): add dark-mode toggle for html output (#31140) 2025-11-04 12:18:12 +01:00
doc feat(doc): add darkmode for HTML output (#28989) 2025-04-21 13:02:50 -07:00
init fix(init): regression where deno init --npm stopped working on mac (#30730) 2025-09-15 18:33:47 +00:00
installer feat(unstable): ability to specify minimum dependency age in deno.json file (#31007) 2025-10-20 14:50:17 +00:00
jupyter fix: show referrer range in deno_core loader errors (#30981) 2025-10-14 14:09:12 +01:00
lint feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194) 2025-11-06 20:38:25 +00:00
pm fix(audit): handle 'review' actions (#31100) 2025-10-27 12:44:02 +01:00
publish fix(check): error when type checking after deduping packages (#31049) 2025-10-21 23:11:01 -04:00
repl fix(check): ensure @types/node is cached when already in resolution (#31235) 2025-11-10 08:10:11 -05:00
run fix: show referrer range in deno_core loader errors (#30981) 2025-10-14 14:09:12 +01:00
test feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194) 2025-11-06 20:38:25 +00:00
check.rs fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
clean.rs fix(check): error when type checking after deduping packages (#31049) 2025-10-21 23:11:01 -04:00
compile.rs feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194) 2025-11-06 20:38:25 +00:00
deploy.rs refactor: rename deploy env vars (#30393) 2025-08-15 02:28:08 +00:00
doc.rs refactor: updates in preparation for supporting a minimum dependency age (#30849) 2025-09-25 18:31:49 -04:00
fmt.rs feat(BREAKING/fmt): prompt or require deno fmt . when providing no files and no config files discovered (#30623) 2025-09-08 14:28:47 -04:00
info.rs fix(check): error when type checking after deduping packages (#31049) 2025-10-21 23:11:01 -04:00
mod.rs feat(bundle, unstable): bundling backed by esbuild (#29470) 2025-06-07 21:20:10 +02:00
serve.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
task.rs feat(unstable): dynamic command-line completions for deno task (#30670) 2025-10-21 23:05:42 +00:00
upgrade.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00