deno/cli
John Spurlock eae82b34d4
Update doc for deno fmt --no-semicolons arg. (#21414)
Include default, like other bools.

---------

Signed-off-by: John Spurlock <47259736+johnspurlock-skymethod@users.noreply.github.com>
2023-12-01 16:26:06 +00:00
..
args Update doc for deno fmt --no-semicolons arg. (#21414) 2023-12-01 16:26:06 +00:00
bench
cache
js
lsp refactor(lsp): log names (#21413) 2023-12-01 03:54:59 +01:00
napi chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
npm feat(compile): support "bring your own node_modules" in deno compile (#21377) 2023-11-29 09:32:23 -05:00
ops
schemas
standalone feat(compile): support "bring your own node_modules" in deno compile (#21377) 2023-11-29 09:32:23 -05:00
tests refactor: use resourceForReadableStream for fetch (#20217) 2023-12-01 08:56:10 -07:00
tools fix: correct the batch upload length (#21401) 2023-11-30 23:07:26 +01:00
tsc fix(cron): move deprecated Deno.cron overload (#21407) 2023-11-30 15:52:48 -08:00
util feat(compile): support "bring your own node_modules" in deno compile (#21377) 2023-11-29 09:32:23 -05:00
auth_tokens.rs
build.rs
Cargo.toml chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
cdp.rs
deno.ico
deno_std.rs
emit.rs
entitlements.plist
errors.rs
factory.rs feat(compile): support "bring your own node_modules" in deno compile (#21377) 2023-11-29 09:32:23 -05:00
file_fetcher.rs
graph_util.rs
http_util.rs
js.rs
main.rs build(cli): allow to build without upgrade feature (#19910) 2023-11-29 18:52:25 +00:00
module_loader.rs
node.rs
README.md
resolver.rs
version.rs
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.