mirror of
https://github.com/denoland/deno.git
synced 2024-11-04 08:54:20 -05:00
610b8cc2bf
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. |
||
---|---|---|
.. | ||
resolution | ||
resolvers | ||
cache.rs | ||
mod.rs | ||
registry.rs | ||
tarball.rs |