deno/cli/cache
David Sherret 3479bc7661
fix(npm): improve peer dependency resolution (#17835)
This PR fixes peer dependency resolution to only resolve peers based on
the current graph traversal path. Previously, it would resolve a peers
by looking at a graph node's ancestors, which is not correct because
graph nodes are shared by different resolutions.

It also stores more information about peer dependency resolution in the
lockfile.
2023-02-21 12:03:48 -05:00
..
check.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
common.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_dir.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
disk_cache.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
emit.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
http_cache.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
incremental.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
mod.rs fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
node.rs refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636) 2023-02-03 20:15:16 +01:00
parsed_source.rs perf: module info cache - avoid MediaType.to_string() allocation (#17699) 2023-02-09 09:17:48 -05:00