deno/cli/tools
David Sherret 2294364519
Some checks are pending
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 / lint debug linux-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 / 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 / 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 / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
feat(lint): no-import-prefix workspace rule (#30598)
Lint rule that's enabled by default in a workspace (when there's a
deno.json or package.json) in order to encourage using bare specifiers
and storing dependencies in a single place in the config file.
2025-09-02 22:59:19 +00:00
..
bench feat: permissions in the config file (#30330) 2025-09-02 13:37:33 +00:00
bundle fix(bundle): do not error on fallible dynamic imports/requires (#30522) 2025-08-27 11:30:47 -07:00
coverage refactor: remove WorkspaceDirectoryProvider (#30467) 2025-08-21 11:27:12 -04:00
doc feat(doc): add darkmode for HTML output (#28989) 2025-04-21 13:02:50 -07:00
init fix(init): use temp node_modules folders for deno init --npm ... (#30492) 2025-08-29 23:33:47 +00:00
installer fix(install): print install report on add, cache, and all install variants, move scripts and deprecation warnings after the report (#30549) 2025-08-28 09:48:14 +02:00
jupyter chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
lint feat(lint): no-import-prefix workspace rule (#30598) 2025-09-02 22:59:19 +00:00
pm fix(install): print install report on add, cache, and all install variants, move scripts and deprecation warnings after the report (#30549) 2025-08-28 09:48:14 +02:00
publish fix(check): support "compilerOptions.rootDirs" in tsconfig (#30495) 2025-09-02 19:39:57 +01:00
repl refactor: reorganize tools/test module (#30590) 2025-09-01 23:13:50 +02:00
run feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
test feat(test): Add setup and teardown APIs to Deno.test API (#30504) 2025-09-02 16:27:04 +02: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(init): use temp node_modules folders for deno init --npm ... (#30492) 2025-08-29 23:33:47 +00:00
compile.rs refactor: remove WorkspaceDirectoryProvider (#30467) 2025-08-21 11:27:12 -04:00
deploy.rs refactor: rename deploy env vars (#30393) 2025-08-15 02:28:08 +00:00
doc.rs fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
fmt.rs feat(fmt): apply object spacing to import/export lines (#30371) 2025-08-28 19:23:45 -04:00
info.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00: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 refactor: remove WorkspaceDirectoryProvider (#30467) 2025-08-21 11:27:12 -04:00
upgrade.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00