1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/tools
Armaan Salam 675539c7ab
fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)
Fix table layout for `deno bench` command with and without color
(`NO_COLOR=1`).

Fixes issue in #25156
2024-08-26 11:56:04 +02:00
..
bench fix(bench): Fix table column alignments and NO_COLOR=1 (#25190) 2024-08-26 11:56:04 +02:00
coverage feat(coverage): add breadcrumbs to deno coverage --html report (#24860) 2024-08-14 16:37:19 +09:00
init feat(config/jsr): add license field (#25056) 2024-08-16 13:12:52 +00:00
jupyter feat(cli/tools): add a subcommand --hide-stacktraces for test (#24095) 2024-08-20 01:27:36 +00:00
lint feat(unstable): ability to use a local copy of jsr packages (#25068) 2024-08-20 14:11:43 +00:00
registry refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-24 01:21:21 +01:00
repl feat(cli/tools): add a subcommand --hide-stacktraces for test (#24095) 2024-08-20 01:27:36 +00:00
run feat(serve): Opt-in parallelism for deno serve (#24920) 2024-08-14 22:26:21 +00:00
test feat(cli/tools): add a subcommand --hide-stacktraces for test (#24095) 2024-08-20 01:27:36 +00:00
vendor fix(compile): support workspace members importing other members (#24909) 2024-08-07 07:43:05 +00:00
bundle.rs fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-23 19:00:48 -04:00
check.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
clean.rs feat(clean): add progress bar (#25026) 2024-08-14 13:04:07 +02:00
compile.rs feat: deno compile --icon <ico> (#25039) 2024-08-15 10:12:23 +05:30
doc.rs fix: update deno_doc (#24972) 2024-08-12 12:57:50 -07:00
fmt.rs feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019) 2024-08-14 22:58:48 +02:00
info.rs fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-23 19:00:48 -04:00
installer.rs fix(add): Handle packages without root exports (#25102) 2024-08-21 15:23:32 -07:00
mod.rs feat(serve): Opt-in parallelism for deno serve (#24920) 2024-08-14 22:26:21 +00:00
serve.rs feat(serve): Opt-in parallelism for deno serve (#24920) 2024-08-14 22:26:21 +00:00
task.rs feat(flags): improve help output and make deno run list tasks (#25108) 2024-08-21 06:54:59 -07:00
upgrade.rs fix(upgrade): better error message when check_exe fails (#25133) 2024-08-21 19:55:17 +05:30