summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lockfile/no_dts
AgeCommit message (Collapse)Author
2023-09-08feat: lockfile v3 (#20424)David Sherret
Details: https://github.com/denoland/deno_lockfile/pull/8
2023-06-26feat(lock): skip saving declaration files in the lockfile (#19447)David Sherret
This is also a performance improvement because declaration file hashes don't need to be stored in the lockfile. Closes #19444