abi
abi2y ago

My deno.lock file exceeds 4000 lines of JSON now

Is this common for application projects? Is there any nice way to clean it up?
1 Reply
nayeemrmn
nayeemrmn2y ago
If it contains no-longer-used dependencies, maybe you can delete it, recreate it with your current code, analyse the git diff to make sure entries are only being deleted and no hashes are being changed under your nose