deno/cli
Divy Srivastava 609c359dd4
fix(ext/http): truncate read bytes when streaming bodies (#14389)
stream shutdown wasn't happening correctly (moved it to call op_http_shutdown) & extra zeroed bytes were being sent for when body length not a multiple of 64*1024
2022-04-25 19:20:29 +02:00
..
bench
compat
dts feat(ext/console): Add string abbreviation size option for "Deno.inspect" (#14384) 2022-04-25 13:59:15 +02:00
lsp refactor(lsp): store all the assets in Rust when initializing (#14367) 2022-04-25 11:23:24 -04:00
ops
schemas
tests fix(ext/http): truncate read bytes when streaming bodies (#14389) 2022-04-25 19:20:29 +02:00
tools fix(bench): report pending summary before clearing (#14369) 2022-04-23 14:20:28 +02:00
tsc refactor(lsp): store all the assets in Rust when initializing (#14367) 2022-04-25 11:23:24 -04:00
auth_tokens.rs
build.rs
cache.rs
Cargo.toml chore: bump crates (#14365) 2022-04-22 16:54:42 +02:00
cdp.rs
checksum.rs
config_file.rs
deno.ico
deno_dir.rs
diagnostics.rs
diff.rs
disk_cache.rs
display.rs
emit.rs
errors.rs
file_fetcher.rs
file_watcher.rs fix(watcher): don't clear screen on start (#14351) 2022-04-21 17:21:59 +02:00
flags.rs
flags_allow_net.rs
fmt_errors.rs
fs_util.rs
graph_util.rs
http_cache.rs
http_util.rs
lockfile.rs
logger.rs
main.rs
module_loader.rs
proc_state.rs
README.md
resolver.rs
standalone.rs
text_encoding.rs
tsc.rs
unix_util.rs
version.rs
windows_util.rs

Deno CLI Crate

crates docs

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

The deno crate uses the deno_core to provide the executable.