deno/cli/tools
Nathan Whitaker c32d692a8f
feat(install): deno install with entrypoint (#25411)
```
deno install --entrypoint one.ts two.ts
```

effectively equivalent to `deno cache`
2024-09-04 13:06:16 -07: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 fix(cli/tools): correct deno init --serve template behavior (#25318) 2024-09-02 23:01:36 +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 feat(add): strip package subpath when adding a package (#25419) 2024-09-04 12:55:30 +00:00
repl feat(cli/tools): add a subcommand --hide-stacktraces for test (#24095) 2024-08-20 01:27:36 +00:00
run refactor: remove DENO_FUTURE (#25314) 2024-08-30 21:58:24 +00:00
test BREAKING(fs): remove Deno.ftruncate[Sync]() (#25412) 2024-09-04 08:53:43 +00:00
check.rs BREAKING(config): make supported compilerOptions an allow list (#25432) 2024-09-04 17:39:30 +02:00
clean.rs feat(clean): add progress bar (#25026) 2024-08-14 13:04:07 +02:00
compile.rs BREAKING(config): make supported compilerOptions an allow list (#25432) 2024-09-04 17:39:30 +02:00
doc.rs fix: update deno_doc (#24972) 2024-08-12 12:57:50 -07:00
fmt.rs fix(fmt): fix incorrect quotes in components (#25249) 2024-08-28 09:48:14 -04:00
info.rs fix: upgrade deno_ast 0.42 (#25313) 2024-08-30 17:12:13 -04:00
installer.rs feat(install): deno install with entrypoint (#25411) 2024-09-04 13:06:16 -07:00
mod.rs BREAKING: remove deno vendor (#25343) 2024-09-03 17:00:57 +10:00
serve.rs feat(serve): Opt-in parallelism for deno serve (#24920) 2024-08-14 22:26:21 +00:00
task.rs fix(task): correct name for scoped npm package binaries (#25390) 2024-09-03 13:56:39 +00:00
upgrade.rs fix(upgrade): more informative information on invalid version (#25319) 2024-08-31 00:22:20 +00:00