mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
feat(info): add information about npm modules cache (#15750)
This commit is contained in:
parent
26f5d608ee
commit
223403e899
7 changed files with 19 additions and 0 deletions
|
@ -184,6 +184,10 @@ impl GlobalNpmPackageResolver {
|
|||
registry_url: self.registry_url.clone(),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn get_cache_location(&self) -> PathBuf {
|
||||
self.cache.as_readonly().get_cache_location()
|
||||
}
|
||||
}
|
||||
|
||||
impl NpmPackageResolver for GlobalNpmPackageResolver {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue