deno/cli/args
Nathan Whitaker de3ce49f29
perf(lockfile): slightly terser lockfile formatting, remove old lockfile code (#28992)
Basically just update deno_lockfile, deno_npm, and eszip, and then adapt
to those changes. The main changes were the removal of the lockfile v4
resolution snapshot loading, and a terser formatting for the `os` and
`cpu` fields in the lockfile.
2025-04-22 01:12:16 +00:00
..
deno_json.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
flags.rs fix(install): error gracefully if user passes --no-config to deno install <package> (#28965) 2025-04-18 22:13:20 +00:00
flags_net.rs feat: support linux vsock (#28725) 2025-04-11 07:35:05 +02:00
lockfile.rs perf(lockfile): slightly terser lockfile formatting, remove old lockfile code (#28992) 2025-04-22 01:12:16 +00:00
mod.rs feat(lockfile): default to lockfile v5 (#28950) 2025-04-17 13:27:37 -07:00
package_json.rs feat(unstable): support using a local copy of npm packages (#28512) 2025-03-21 03:09:57 +00:00