0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli
2024-12-05 18:55:35 +00:00
..
args fix(task): --recursive option not working (#27183) 2024-12-05 19:00:35 +01:00
bench chore: update dlint to v0.68.0 for internal (#26711) 2024-11-04 12:17:11 -05:00
cache
js
lsp refactor: remove usages of deno_core::resolve_import for resolving redirects (#27234) 2024-12-04 17:39:58 -05:00
npm
ops
schemas
standalone
tools
tsc fix: support bun specifiers in JSR publish (#24588) 2024-11-28 14:51:24 +01:00
util refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
auth_tokens.rs
build.rs
Cargo.toml
cdp.rs
clippy.toml fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
deno.ico
emit.rs feat(node): stabilize detecting if CJS via "type": "commonjs" in a package.json (#26439) 2024-11-13 15:10:09 +00:00
entitlements.plist
errors.rs
factory.rs
file_fetcher.rs
graph_container.rs
graph_util.rs
http_util.rs
integration_tests_runner.rs
js.rs
jsr.rs
main.rs
mainrt.rs
module_loader.rs
node.rs
README.md docs(cli): do not need gen doc for cli (#17260) 2023-01-04 13:19:58 +01:00
resolver.rs perf(compile): read embedded files as static references when UTF-8 and reading as strings (#27033) 2024-11-27 21:28:41 -05:00
shared.rs
task_runner.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.