deno/cli
David Sherret 680ae31db8
feat(cli): add nodeModulesDir option to config file (#19095)
This adds an option to disable or enable using a local `node_modules`
directory as a project wide setting.

https://github.com/denoland/manual/pull/659

Closes #17930
2023-05-18 18:10:44 -04:00
..
args feat(cli): add nodeModulesDir option to config file (#19095) 2023-05-18 18:10:44 -04:00
bench
cache
js
lsp
napi chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
npm
ops
schemas feat(cli): add nodeModulesDir option to config file (#19095) 2023-05-18 18:10:44 -04:00
standalone
tests feat(cli): add nodeModulesDir option to config file (#19095) 2023-05-18 18:10:44 -04:00
tools fix(npm): run pre and post tasks if present (#19178) 2023-05-18 15:51:17 -04:00
tsc
util
auth_tokens.rs
build.rs
Cargo.toml feat(task): glob expansion (#19084) 2023-05-18 15:56:10 -04:00
deno.ico
deno_std.rs chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
emit.rs
errors.rs
factory.rs
file_fetcher.rs
graph_util.rs
http_util.rs
js.rs
main.rs fix(runtime): Box the main future to avoid blowing up the stack (#19155) 2023-05-17 15:49:57 -06:00
module_loader.rs
node.rs
README.md
resolver.rs
version.rs
watcher.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.