0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/cache
David Sherret 8dc242f789
perf: more efficient deno cache and npm package info usage (#16592)
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-11-11 11:33:57 -05:00
..
json_import fix(cache): do not attempt to emit non-emitable files (#15562) 2022-08-23 10:30:14 -04:00
036_import_map_fetch.out refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
037_fetch_multiple.out perf: more efficient deno cache and npm package info usage (#16592) 2022-11-11 11:33:57 -05:00
095_cache_with_bare_import.ts refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
095_cache_with_bare_import.ts.out refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
cache_extensionless.out refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
cache_random_extension.out refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
check_local_by_default.out feat: subcommands type-check only local files by default (#14623) 2022-05-17 23:53:42 +02:00
check_local_by_default.ts feat: subcommands type-check only local files by default (#14623) 2022-05-17 23:53:42 +02:00
check_local_by_default2.out feat: no type-check by default (#14691) 2022-06-13 23:13:16 +02:00
check_local_by_default2.ts feat: subcommands type-check only local files by default (#14623) 2022-05-17 23:53:42 +02:00
ignore_require.js refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
performance_stats.out refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
redirect_cache.out refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00