diff options
Diffstat (limited to 'cli/npm/resolution.rs')
-rw-r--r-- | cli/npm/resolution.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/npm/resolution.rs b/cli/npm/resolution.rs index 8fac92716..4bde3b340 100644 --- a/cli/npm/resolution.rs +++ b/cli/npm/resolution.rs @@ -471,6 +471,8 @@ impl NpmResolution { !self.snapshot.read().packages.is_empty() } + // todo(dsherret): for use in the lsp + #[allow(dead_code)] pub fn snapshot(&self) -> NpmResolutionSnapshot { self.snapshot.read().clone() } |