mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
This reverts commit 3545bff678
.
This commit is contained in:
parent
3035dee9f1
commit
d318e38b76
13 changed files with 43 additions and 127 deletions
8
cli/cache/parsed_source.rs
vendored
8
cli/cache/parsed_source.rs
vendored
|
@ -67,14 +67,6 @@ impl ParsedSourceCache {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn reset_for_file_watcher(&self) -> Self {
|
||||
Self {
|
||||
db_cache_path: self.db_cache_path.clone(),
|
||||
cli_version: self.cli_version.clone(),
|
||||
sources: Default::default(),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn get_parsed_source_from_module(
|
||||
&self,
|
||||
module: &deno_graph::Module,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue