deno/cli
2023-11-04 16:41:51 +00:00
..
args fix(doc): require source files if --html or --lint used (#21072) 2023-11-03 17:06:18 +00:00
bench build: fix lsp benchmark (#20969) 2023-10-25 03:13:16 +00:00
cache refactor: break out ModuleInfoCache from ParsedSourceCache (#20977) 2023-10-25 18:13:22 -04:00
js feat(unstable): add Deno.jupyter.display API (#20819) 2023-10-12 22:32:38 +00:00
lsp fix(node): use closest package.json to resolve package.json imports (#21075) 2023-11-04 16:41:51 +00:00
napi 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
npm fix(node): use closest package.json to resolve package.json imports (#21075) 2023-11-04 16:41:51 +00:00
ops refactor: migrate more ops to op2 macro (#20808) 2023-10-07 21:04:03 +05:30
schemas feat: precompile JSX (#20962) 2023-11-01 20:30:23 +00:00
standalone feat: deno run --unstable-hmr (#20876) 2023-10-31 01:25:58 +01:00
tests fix(node): use closest package.json to resolve package.json imports (#21075) 2023-11-04 16:41:51 +00:00
tools fix(doc): deno doc --lint mod.ts should output how many files checked (#21084) 2023-11-04 04:43:54 +00:00
tsc chore: Add 'jupyter' category for Deno.jupyter APIs (#21061) 2023-11-02 22:43:02 +00:00
util perf: lazy atexit setup (#21053) 2023-11-04 17:30:12 +05:30
auth_tokens.rs chore: update base64 crate (#20877) 2023-10-26 18:39:04 +02:00
build.rs fix: add missing Object.groupBy() and Map.groupBy() types (#21050) 2023-11-01 23:18:41 +00:00
Cargo.toml chore: finish indexmap1 removal from deno (#21060) 2023-11-02 16:55:37 -06:00
deno.ico
deno_std.rs 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
emit.rs feat: deno run --unstable-hmr (#20876) 2023-10-31 01:25:58 +01:00
errors.rs refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965) 2023-10-24 21:43:19 +00:00
factory.rs fix(repl): jsxImportSource was not working (#21049) 2023-11-01 23:04:54 +00:00
file_fetcher.rs feat: support import attributes (#20342) 2023-09-07 09:09:16 -04:00
graph_util.rs feat: deno run --unstable-hmr (#20876) 2023-10-31 01:25:58 +01:00
http_util.rs feat(unstable): add more options to Deno.createHttpClient (#17385) 2023-05-21 03:43:54 +02:00
js.rs build: allow disabling snapshots for dev (#20048) 2023-08-06 01:47:15 +02:00
main.rs perf: lazy atexit setup (#21053) 2023-11-04 17:30:12 +05:30
module_loader.rs refactor: break out ModuleInfoCache from ParsedSourceCache (#20977) 2023-10-25 18:13:22 -04:00
node.rs chore: rename some helpers on the Fs trait (#20097) 2023-08-08 16:28:18 -04:00
README.md
resolver.rs fix(unstable/byonm): improve error messages (#20987) 2023-10-26 21:22:15 -04:00
version.rs
worker.rs feat: granular --unstable-* flags (#20968) 2023-11-01 23:15:08 +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.