0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli
2025-02-17 08:55:01 -05:00
..
args fix(task): support --frozen flag (#28094) 2025-02-13 13:22:15 +01:00
bench refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
cache
js fix(unstable): align js lint context API with eslint (#28066) 2025-02-13 14:01:57 +00:00
lib refactor: better sys trait impls (#28140) 2025-02-16 22:15:53 +01:00
lsp refactor: put lsp tracing behind flag (#28118) 2025-02-14 17:17:52 +00:00
npm refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
ops feat(unstable): support multiple fixes from lint plugins (#28040) 2025-02-11 15:24:28 +01:00
rt refactor: better sys trait impls (#28140) 2025-02-16 22:15:53 +01:00
schemas feat(unstable): add lint.plugins to config schema (#27982) 2025-02-06 08:00:23 +00:00
snapshot chore: forward v2.1.10 release commit to main (#28099) 2025-02-13 08:33:19 +00:00
standalone perf(compile): use bytes already in memory after downloading executable (#28000) 2025-02-06 23:24:06 -05:00
tools fix(task): support --frozen flag (#28094) 2025-02-13 13:22:15 +01:00
tsc perf(lsp): make auto-imports a little faster (#28106) 2025-02-17 08:55:01 -05:00
util
build.rs refactor: support hmr feature for lsp files (#28103) 2025-02-13 11:39:44 +00:00
Cargo.toml refactor: put lsp tracing behind flag (#28118) 2025-02-14 17:17:52 +00:00
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
factory.rs perf(check): use v8 code cache for extension sources in deno check (#28089) 2025-02-12 17:47:00 +00:00
file_fetcher.rs
graph_container.rs
graph_util.rs fix(check): support sloppy imports with "compilerOptions.rootDirs" (#27973) 2025-02-05 23:08:10 +00:00
http_util.rs
integration_tests_runner.rs
jsr.rs refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
main.rs feat: Upgrade V8 to 13.4 (#28080) 2025-02-14 11:26:47 +00:00
module_loader.rs
node.rs
README.md
resolver.rs fix(check): support sloppy imports with "compilerOptions.rootDirs" (#27973) 2025-02-05 23:08:10 +00:00
task_runner.rs
worker.rs refactor(lsp): make TS host use CLI snapshot (#28062) 2025-02-11 18:33:04 +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.