0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli/args
David Sherret adf461f0df
fix(task): support --frozen flag (#28094)
Supports `deno task --frozen=false some_task`, which is necessary
because with `"nodeModulesDir": "auto"` or `"global"` (the default with
no package.json) we do an auto-install of npm packages.

Closes https://github.com/denoland/deno/issues/28070
2025-02-13 13:22:15 +01:00
..
deno_json.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
flags.rs fix(task): support --frozen flag (#28094) 2025-02-13 13:22:15 +01:00
flags_net.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
lockfile.rs refactor: update deno_core and use more concrete errors (#27620) 2025-01-17 09:41:52 -08:00
mod.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
package_json.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00