From 55f01508540e015563e5e54fd0652e81b347b9c1 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 8 Jun 2023 11:48:29 -0400 Subject: refactor(compile): store the npm snapshot in the eszip (#19343) --- cli/npm/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/npm/mod.rs') diff --git a/cli/npm/mod.rs b/cli/npm/mod.rs index 5f875c743..0191d8cd7 100644 --- a/cli/npm/mod.rs +++ b/cli/npm/mod.rs @@ -9,6 +9,7 @@ mod tarball; pub use cache::should_sync_download; pub use cache::NpmCache; +pub use cache::NpmCacheDir; pub use installer::PackageJsonDepsInstaller; pub use registry::CliNpmRegistryApi; pub use resolution::NpmResolution; -- cgit v1.2.3