1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/cli/args
Bartek Iwańczuk 0bbfd6fb3d
feat: Deprecate --lock-write flag (#24436)
This commit deprecates `--lock-write` flag by removing it from
the help output and printing a warning message when it's used.

Users should use `--frozen=false` instead which was added
in https://github.com/denoland/deno/pull/24355.

Towards https://github.com/denoland/deno/issues/24167.
2024-07-05 04:38:12 +02:00
..
deno_json.rs refactor: move deno json functionality to args module (#22710) 2024-03-05 15:45:44 -05:00
flags.rs feat: Deprecate --lock-write flag (#24436) 2024-07-05 04:38:12 +02:00
flags_net.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
import_map.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
lockfile.rs feat: Deprecate --lock-write flag (#24436) 2024-07-05 04:38:12 +02:00
mod.rs fix(publish): unfurling should always be done with the package json (#24435) 2024-07-05 00:41:01 +00:00
package_json.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00