mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
feat(unstable/npm): module graph derived npm specifier resolution order (#16602)
This commit is contained in:
parent
06bd9e9e16
commit
d81065cff9
7 changed files with 926 additions and 268 deletions
|
@ -14,6 +14,7 @@ pub use cache::NpmCache;
|
|||
pub use registry::NpmPackageVersionDistInfo;
|
||||
pub use registry::NpmRegistryApi;
|
||||
pub use registry::RealNpmRegistryApi;
|
||||
pub use resolution::resolve_npm_package_reqs;
|
||||
pub use resolution::NpmPackageId;
|
||||
pub use resolution::NpmPackageReference;
|
||||
pub use resolution::NpmPackageReq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue