0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/cli
Marvin Hagemeister 5e809f9720
fix(task): --recursive option not working (#27183)
We didn't handle the `--recursive` option properly in `deno task`. This
PR addresses that.

Fixes https://github.com/denoland/deno/issues/27174
2024-12-05 23:03:55 +01:00
..
args fix(task): --recursive option not working (#27183) 2024-12-05 23:03:55 +01:00
bench
cache fix: clear dep analysis when module loading is done (#27204) 2024-12-05 23:03:55 +01:00
js
lsp refactor: remove usages of deno_core::resolve_import for resolving redirects (#27234) 2024-12-05 23:03:54 +01:00
npm fix: improve auto-imports for npm packages (#27224) 2024-12-05 23:03:54 +01:00
ops
schemas
standalone
tools fix(task): --recursive option not working (#27183) 2024-12-05 23:03:55 +01:00
tsc
util refactor: add deno_npm_cache crate (#27200) 2024-12-05 23:03:52 +01:00
auth_tokens.rs
build.rs
Cargo.toml fix(task): kill descendants when killing task process on Windows (#27163) 2024-12-05 23:03:54 +01:00
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
errors.rs
factory.rs
file_fetcher.rs refactor: remove usages of deno_core::resolve_import for resolving redirects (#27234) 2024-12-05 23:03:54 +01:00
graph_container.rs
graph_util.rs
http_util.rs
integration_tests_runner.rs
js.rs
jsr.rs
main.rs
mainrt.rs
module_loader.rs fix: clear dep analysis when module loading is done (#27204) 2024-12-05 23:03:55 +01:00
node.rs
README.md
resolver.rs
shared.rs
task_runner.rs
version.rs
worker.rs

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.