deno/cli/tools
Kingsword 64525d289a
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(fmt): remove UTF-8 BOM instead of maintaining it (#29796)
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
2025-06-28 00:50:22 -04:00
..
bench fix(bench): Make output table markdown compatible (#29532) 2025-06-24 11:27:42 +02:00
bundle feat(bundle): support text and bytes imports in bundle (#29908) 2025-06-26 22:39:58 +00:00
coverage feat(cli): add --coverage flag to deno run command (#29329) 2025-06-25 13:34:30 +02:00
doc feat(doc): add darkmode for HTML output (#28989) 2025-04-21 13:02:50 -07:00
init refactor: add deno_npm_installer crate (#29319) 2025-05-16 18:11:05 -04:00
installer fix(install/global): resolve bin name from npm packument (#29884) 2025-06-25 15:10:26 -04:00
jupyter feat(check): tsconfig "references", "extends", "files", "include" and "exclude" (#29843) 2025-06-26 21:17:07 +00:00
lint feat(check): tsconfig "references", "extends", "files", "include" and "exclude" (#29843) 2025-06-26 21:17:07 +00:00
pm feat(check): tsconfig "references", "extends", "files", "include" and "exclude" (#29843) 2025-06-26 21:17:07 +00:00
publish fix(check): don't detect tsconfigs with no deno.json/package.json or --no-config (#29925) 2025-06-27 22:09:55 +00:00
repl feat(check): tsconfig "references", "extends", "files", "include" and "exclude" (#29843) 2025-06-26 21:17:07 +00:00
run feat(run): resolve main module with workspace resolver (#29928) 2025-06-27 19:14:30 -07:00
test chore: use aws_lc_rs (#28244) 2025-06-19 01:07:00 -07:00
check.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
clean.rs fix: load changed non-remote dynamic imports at runtime (#29413) 2025-05-26 21:38:51 +00:00
compile.rs feat(check): tsconfig "references", "extends", "files", "include" and "exclude" (#29843) 2025-06-26 21:17:07 +00:00
deploy.rs feat(cli): add --coverage flag to deno run command (#29329) 2025-06-25 13:34:30 +02:00
doc.rs feat(unstable): bytes and text imports (#29855) 2025-06-26 11:21:16 -04:00
fmt.rs feat(fmt): remove UTF-8 BOM instead of maintaining it (#29796) 2025-06-28 00:50:22 -04:00
info.rs feat(unstable): bytes and text imports (#29855) 2025-06-26 11:21:16 -04:00
mod.rs feat(bundle, unstable): bundling backed by esbuild (#29470) 2025-06-07 21:20:10 +02:00
serve.rs fix: allow specifying otel config in --env-file (#29240) 2025-05-11 21:09:52 -04:00
task.rs fix(task): wildcard match starts at the beginning (#29343) 2025-05-17 13:12:31 +02:00
upgrade.rs fix(upgrade): skip version comparison when upgrading (#29112) 2025-05-13 14:58:57 -04:00