summaryrefslogtreecommitdiff
path: root/cli/npm/mod.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-11-11 21:26:14 -0500
committerGitHub <noreply@github.com>2022-11-11 21:26:14 -0500
commitd81065cff9d2ac64f73ec29edeb6dae1fdf87f04 (patch)
tree90f5bf51422b0c39eed043c32f67ea1103a78a37 /cli/npm/mod.rs
parent06bd9e9e1640150f98857a74fea0cc1a3b3386a7 (diff)
feat(unstable/npm): module graph derived npm specifier resolution order (#16602)
Diffstat (limited to 'cli/npm/mod.rs')
-rw-r--r--cli/npm/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/npm/mod.rs b/cli/npm/mod.rs
index 86ed8572c..8c3464345 100644
--- a/cli/npm/mod.rs
+++ b/cli/npm/mod.rs
@@ -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;