summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lockfile/no_dts/mod.js
AgeCommit message (Collapse)Author
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