deno/cli
2025-05-13 15:41:01 -04:00
..
args chore: fix build errors in last commit 2025-04-07 11:33:42 -07:00
bench chore: update dlint to 0.73.0 for CI (#28169) 2025-04-07 10:16:27 -07:00
cache refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-30 15:34:53 +01:00
js refactor: add 'deno_os' crate (#27655) 2025-01-16 23:32:11 +01:00
lib 2.1.13 (#29284) 2025-05-13 15:41:01 -04:00
lsp fix(install): don't error on unknown media types in install (#28234) 2025-04-07 10:19:48 -07:00
npm 2.1.11 (#28812) 2025-04-08 16:54:13 -07:00
ops refactor: update deno_core for error refactor (#26867) 2025-01-09 15:19:21 -05:00
rt 2.1.13 (#29284) 2025-05-13 15:41:01 -04:00
schemas fix(cli): add compilerOptions.lib examples to config-file.v1.json (#28226) 2025-04-07 10:21:32 -07:00
snapshot 2.1.10 (#28097) 2025-02-13 12:03:17 +05:30
standalone fix: update Cargo.lock and fix changes from cherry-pick PRs 2025-02-12 10:18:14 +01:00
tools fix(install): exclude npm workspace packages from graph roots in install (#28401) 2025-04-07 10:29:17 -07:00
tsc fix(types): add Error.isError type (#28679) 2025-04-07 14:29:21 -07:00
util chore: downgrade warning to debug log on clonefile failure (#28637) 2025-04-07 14:24:27 -07:00
build.rs refactor(tsc): remove TS program creation during snapshotting (#27797) 2025-01-30 15:34:54 +01:00
Cargo.toml 2.1.13 (#29284) 2025-05-13 15:41:01 -04:00
cdp.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
clippy.toml refactor: do not use deno_fs::FileSystem everywhere (#27508) 2025-01-09 15:19:15 -05:00
deno.ico
emit.rs fix(check): compiler options from workspace members (#27785) 2025-01-30 15:34:58 +01:00
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
factory.rs perf: node resolution cache (#27838) 2025-02-12 10:03:32 +01:00
file_fetcher.rs fix(check): compiler options from workspace members (#27785) 2025-01-30 15:34:58 +01:00
graph_container.rs fix(install): don't error on unknown media types in install (#28234) 2025-04-07 10:19:48 -07:00
graph_util.rs fix(install): don't error on unknown media types in install (#28234) 2025-04-07 10:19:48 -07:00
http_util.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
js.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
jsr.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
main.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-30 15:34:53 +01:00
module_loader.rs fix(install): don't error on unknown media types in install (#28234) 2025-04-07 10:19:48 -07:00
node.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-30 15:34:53 +01:00
README.md
resolver.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-30 15:34:53 +01:00
task_runner.rs refactor: add 'deno_os' crate (#27655) 2025-01-16 23:32:11 +01:00
worker.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01: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.