summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/cache/037_fetch_multiple.out
AgeCommit message (Collapse)Author
2022-11-11perf: more efficient `deno cache` and npm package info usage (#16592)David Sherret
1. There was a lot of cloning going on with `NpmPackageInfo`. This is now stored in an `Arc<NpmPackageInfo>` and cloning only happens on the individual version. 2. The package cache is now cleared from memory after resolution. 3. This surfaced a bug in `deno cache` and I noticed it can be more efficient if we have multiple root specifiers if we provide all the specifiers as roots.
2022-09-19refactor: move out test files from root testdata directory into sub ↵David Sherret
directories (#15949)