deno/cli
2024-09-28 07:55:01 -04:00
..
args refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
bench bench: fix CI (#25547) 2024-09-10 00:19:49 +00:00
cache feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
js
lsp refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
napi chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
npm refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
ops refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
schemas fix: consistent with deno_config and treat "experimentalDecorators" as deprecated (#25735) 2024-09-23 11:02:15 -04:00
standalone feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
tools refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
tsc fix(check): ignore noImplicitOverrides in remote modules (#25854) 2024-09-24 20:49:44 -04:00
util refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
auth_tokens.rs
build.rs feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00
Cargo.toml refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
errors.rs
factory.rs feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
file_fetcher.rs refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
graph_container.rs feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
graph_util.rs refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
http_util.rs
integration_tests_runner.rs
js.rs
jsr.rs refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
main.rs fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, cleanup unused code (#25833) 2024-09-24 07:04:52 -07:00
mainrt.rs
module_loader.rs feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
node.rs fix: cjs resolution cases (#25739) 2024-09-19 21:10:34 -07:00
README.md
resolver.rs refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
shared.rs
task_runner.rs
version.rs
worker.rs fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of env var (#25896) 2024-09-27 12:35:37 -07: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.