refactor: use deno_graph's semver and npm structs (#17791)

This commit is contained in:
David Sherret 2023-02-15 13:20:40 -05:00 committed by GitHub
parent b34e751a5b
commit c4b9a91e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 63 additions and 2512 deletions

View file

@ -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;