1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/cli/tools
David Sherret c983588dde
fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858)
There's no need to auto-install the package.json if the user is not
using a node_modules directory.

Closes #21850
2024-01-12 13:22:07 +01:00
..
bench perf: skip expanding exclude globs (#21817) 2024-01-12 13:22:06 +01:00
coverage perf: skip expanding exclude globs (#21817) 2024-01-12 13:22:06 +01:00
init chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
jupyter fix(jupyter): error message when install fails due to jupyter command not being on PATH (#21767) 2024-01-04 20:34:54 +01:00
registry fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816) 2024-01-12 13:22:07 +01:00
repl refactor(tools/repl): reorganize code (#21810) 2024-01-12 13:22:04 +01:00
run chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
test perf: skip expanding exclude globs (#21817) 2024-01-12 13:22:06 +01:00
vendor chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
bundle.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
check.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
compile.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
doc.rs perf: skip expanding exclude globs (#21817) 2024-01-12 13:22:06 +01:00
fmt.rs perf: skip expanding exclude globs (#21817) 2024-01-12 13:22:06 +01:00
info.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
installer.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
lint.rs perf: skip expanding exclude globs (#21817) 2024-01-12 13:22:06 +01:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
task.rs fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858) 2024-01-12 13:22:07 +01:00
upgrade.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00