deno/cli/tools/pm/outdated
Nathan Whitaker 6d0035411b
feat(clean): deno clean --except <paths>, remove all cache data except what's needed to run paths (#28424)
Closes https://github.com/denoland/deno/issues/27229.


TODO:
- [x] Tests
- [x] Make some changes to `deno_cache_dir` so we can get the paths for
the local http cache
- [x] Right now this leaves the node modules setup cache in an incorrect
state (removes the symlinks, but doesn't update the setup cache)
- [ ] ~~Handle code cache and other sqlite caches?~~
2025-04-29 22:42:17 +00:00
..
interactive.rs refactor: separate publish from pm subcommands (#28237) 2025-02-21 17:02:33 -05:00
mod.rs feat(clean): deno clean --except <paths>, remove all cache data except what's needed to run paths (#28424) 2025-04-29 22:42:17 +00:00