0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/cli
Marvin Hagemeister 842a906295
fix(unstable): lint plugin child combinator not working with groups (#28360)
Internally, we use a group node for array-like children, which is hidden
from the user. When we're asking for a parent of a node we need to take
group nodes into account and walk over them.

Fixes one issue reported in
https://github.com/denoland/deno/issues/28355
2025-03-03 21:44:04 +01:00
..
args fix(add): better help text for --dev arg (#28304) 2025-02-25 23:50:45 +00:00
bench
cache chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
js fix(unstable): lint plugin child combinator not working with groups (#28360) 2025-03-03 21:44:04 +01:00
lib chore: prefer workspace dependencies in order to avoid duplicate crates (#28281) 2025-02-26 14:55:47 +00:00
lsp fix(lsp): include prefix and suffix for rename edits (#28327) 2025-02-27 21:34:32 +00:00
npm chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
ops
rt chore: prefer workspace dependencies in order to avoid duplicate crates (#28281) 2025-02-26 14:55:47 +00:00
schemas refactor(cli): update JSON schemas versions (#28252) 2025-02-24 10:11:06 -05:00
snapshot chore: forward v2.2.2 release commit to main (#28292) 2025-02-25 14:36:11 +05:30
standalone chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
tools fix(unstable): lint plugin swapped exported and source for ExportAllDeclaration (#28357) 2025-03-03 11:03:29 +01:00
tsc fix(unstable): Missing PrivateIdentifier type for PropertyDefinition key (#28358) 2025-03-03 11:03:06 +01:00
util fix: deno_ast 0.46 (#28331) 2025-02-27 21:28:36 +00:00
build.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
Cargo.toml fix: deno_ast 0.46 (#28331) 2025-02-27 21:28:36 +00:00
cdp.rs
clippy.toml
deno.ico
emit.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
entitlements.plist
factory.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
file_fetcher.rs
graph_container.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
graph_util.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
http_util.rs
integration_tests_runner.rs
jsr.rs
main.rs fix(http): generate OtelInfo only when otel metrics are enabled (#28286) 2025-02-24 20:27:35 -08:00
module_loader.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
node.rs
README.md
registry.rs refactor: separate publish from pm subcommands (#28237) 2025-02-21 17:02:33 -05:00
resolver.rs
task_runner.rs
type_checker.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
worker.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08: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.