diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-06-14 18:29:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 22:29:19 +0000 |
commit | 84c793275b324c262dde02a432462565584c83f7 (patch) | |
tree | a5995a842fabb37b2ecdab794dbbce76b530ac3a /cli/cache/parsed_source.rs | |
parent | 48c6f7178703d448da229a5baf19efb403416da0 (diff) |
fix: reload config files on watcher restarts (#19487)
Closes #19468
Diffstat (limited to 'cli/cache/parsed_source.rs')
-rw-r--r-- | cli/cache/parsed_source.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/cache/parsed_source.rs b/cli/cache/parsed_source.rs index 0cac4afa6..6f9c2f38f 100644 --- a/cli/cache/parsed_source.rs +++ b/cli/cache/parsed_source.rs @@ -94,10 +94,6 @@ impl ParsedSourceCache { } } - pub fn clear(&self) { - self.sources.0.lock().clear(); - } - pub fn get_parsed_source_from_esm_module( &self, module: &deno_graph::EsmModule, |