deno/cli
2023-04-26 13:07:15 -04:00
..
args refactor(compile): remove usage of ProcState and CliOptions (#18855) 2023-04-26 13:07:15 -04:00
bench BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
cache refactor: move some CJS and ESM code analysis to ext/node (#18789) 2023-04-21 16:38:10 -04:00
js refactor(ext/websocket): use specialized ops (#18819) 2023-04-25 13:53:06 +02:00
lsp refactor(compile): remove usage of ProcState and CliOptions (#18855) 2023-04-26 13:07:15 -04:00
napi chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
npm refactor(compile): remove usage of ProcState and CliOptions (#18855) 2023-04-26 13:07:15 -04:00
ops refactor(node): move most of cli/node to ext/node (#18797) 2023-04-21 21:02:46 -04:00
schemas
standalone refactor(compile): remove usage of ProcState and CliOptions (#18855) 2023-04-26 13:07:15 -04:00
tests perf(ext/http): optimize for zero or one-packet response streams (#18834) 2023-04-26 15:33:30 +02:00
tools refactor(compile): remove usage of ProcState and CliOptions (#18855) 2023-04-26 13:07:15 -04:00
tsc BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
util
auth_tokens.rs
build.rs refactor(ext/node): allow injecting NodeFs from CLI (#18829) 2023-04-24 19:44:35 -04:00
Cargo.toml fix(lsp): show dependency errors for repeated imports (#18807) 2023-04-24 23:52:27 +00:00
deno.ico
deno_std.rs chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
emit.rs
errors.rs
file_fetcher.rs tests: update tests relying on deno.land (#18811) 2023-04-23 20:07:30 +02:00
graph_util.rs refactor(node): move most of cli/node to ext/node (#18797) 2023-04-21 21:02:46 -04:00
http_util.rs
js.rs
main.rs fix(compile): write bytes directly to output file (#18777) 2023-04-19 21:50:56 +00:00
module_loader.rs refactor(cli): extract out NpmModuleLoader from CliModuleLoader (#18842) 2023-04-25 18:36:31 -04:00
node.rs refactor(ext/node): allow injecting NodeFs from CLI (#18829) 2023-04-24 19:44:35 -04:00
proc_state.rs refactor(compile): remove usage of ProcState and CliOptions (#18855) 2023-04-26 13:07:15 -04:00
README.md
resolver.rs
version.rs
worker.rs refactor(ext/node): allow injecting NodeFs from CLI (#18829) 2023-04-24 19:44:35 -04:00

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.