mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
refactor: use deno_graph's semver and npm structs (#17791)
This commit is contained in:
parent
b34e751a5b
commit
c4b9a91e27
35 changed files with 63 additions and 2512 deletions
|
@ -12,9 +12,6 @@ pub use registry::NpmPackageVersionDistInfo;
|
|||
pub use registry::NpmRegistryApi;
|
||||
pub use registry::RealNpmRegistryApi;
|
||||
pub use resolution::resolve_graph_npm_info;
|
||||
pub use resolution::NpmPackageId;
|
||||
pub use resolution::NpmPackageReference;
|
||||
pub use resolution::NpmPackageReq;
|
||||
pub use resolution::NpmResolutionPackage;
|
||||
pub use resolution::NpmResolutionSnapshot;
|
||||
pub use resolvers::NpmPackageResolver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue