diff options
Diffstat (limited to 'cli/npm/resolution/mod.rs')
-rw-r--r-- | cli/npm/resolution/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/npm/resolution/mod.rs b/cli/npm/resolution/mod.rs index e1e3307c3..82dc1c62c 100644 --- a/cli/npm/resolution/mod.rs +++ b/cli/npm/resolution/mod.rs @@ -236,6 +236,9 @@ impl NpmResolutionPackage { } } +/// Handles updating and storing npm resolution in memory. +/// +/// This does not interact with the file system. #[derive(Clone)] pub struct NpmResolution(Arc<NpmResolutionInner>); |