0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 01:57:09 -05:00
denoland-deno/cli
Armaan Salam b5ea8a3ffb
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-29 15:34:53 +02:00
..
args feat(flags): improve help output and make deno run list tasks (#25108) 2024-08-21 06:54:59 -07:00
bench refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-29 15:34:31 +02:00
cache feat: Deprecate "import assertions" with a warning (#24743) 2024-08-19 22:36:35 +02:00
js
lsp refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-29 15:34:31 +02:00
napi 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
npm fix(install): Use relative symlinks in deno install (#25164) 2024-08-29 15:33:59 +02:00
ops
schemas chore: update config-file.v1.json (#25163) 2024-08-29 15:33:54 +02:00
standalone feat(unstable): ability to use a local copy of jsr packages (#25068) 2024-08-20 14:11:43 +00:00
tools fix(bench): Fix table column alignments and NO_COLOR=1 (#25190) 2024-08-29 15:34:53 +02:00
tsc refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-29 15:34:31 +02:00
util fix: handle showing warnings while the progress bar is shown (#25187) 2024-08-29 15:34:26 +02:00
auth_tokens.rs fix: trim space around DENO_AUTH_TOKENS (#25147) 2024-08-22 15:29:52 +02:00
build.rs feat: upgrade deno_core (#25042) 2024-08-19 14:51:16 +00:00
Cargo.toml chore: enable log feature for tracing crate (#25078) 2024-08-29 15:34:09 +02:00
cdp.rs
clippy.toml refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-29 15:34:31 +02:00
deno.ico
emit.rs fix: warn about import assertions when using typescript (#25135) 2024-08-21 17:12:56 +00:00
entitlements.plist
errors.rs
factory.rs
file_fetcher.rs
graph_container.rs feat: glob and directory support for deno check and deno cache cli arg paths (#25001) 2024-08-20 18:38:06 +00:00
graph_util.rs fix: adjust suggestion for lockfile regeneration (#25107) 2024-08-20 20:13:17 +02:00
http_util.rs
integration_tests_runner.rs
js.rs
jsr.rs
main.rs feat(flags): improve help output and make deno run list tasks (#25108) 2024-08-21 06:54:59 -07:00
mainrt.rs fix(cli): update permission prompt message for compiled binaries (#24081) 2024-08-20 01:20:06 +00:00
module_loader.rs fix(add): Handle packages without root exports (#25102) 2024-08-21 15:23:32 -07:00
node.rs
README.md
resolver.rs refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-29 15:34:31 +02:00
shared.rs chore: Rust 1.80.1 (#25089) 2024-08-18 22:24:56 -04:00
task_runner.rs
version.rs refactor: show release channel in deno --version (#25061) 2024-08-16 22:42:19 +02:00
worker.rs

Deno CLI Crate

crates

This provides the actual deno executable and the user-facing APIs.

The deno crate uses the deno_core to provide the executable.