1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-01 03:54:06 -05:00
denoland-deno/cli/npm/resolution
David Sherret 610b8cc2bf
refactor: add NpmPackageId back from deno_graph as NpmPackageNodeId (#17804)
The `NpmPackageId` struct is being renamed to `NpmPackageNodeId`. In a
future PR it will be moved down into only npm dependency resolution and
a `NpmPackageId` struct will be introduced in `deno_graph` that only has
the name and version of the package (no peer dependency identifier
information). So a `NpmPackageReq` will map to an `NpmPackageId`, which
will map to an `NpmPackageNodeId` in the npm resolution.
2023-02-17 09:12:22 -05:00
..
graph.rs refactor: add NpmPackageId back from deno_graph as NpmPackageNodeId (#17804) 2023-02-17 09:12:22 -05:00
mod.rs refactor: add NpmPackageId back from deno_graph as NpmPackageNodeId (#17804) 2023-02-17 09:12:22 -05:00
snapshot.rs refactor: add NpmPackageId back from deno_graph as NpmPackageNodeId (#17804) 2023-02-17 09:12:22 -05:00
specifier.rs refactor: use deno_graph's semver and npm structs (#17791) 2023-02-15 13:20:40 -05:00