Revert "fix(watch): preserve ProcState::file_fetcher between restarts (#15466) (#17591)

This reverts commit 3545bff678.
This commit is contained in:
Bartek Iwańczuk 2023-01-30 16:22:17 +01:00 committed by GitHub
parent 3035dee9f1
commit d318e38b76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 43 additions and 127 deletions

1
cli/cache/node.rs vendored
View file

@ -24,7 +24,6 @@ struct CjsAnalysisData {
pub reexports: Vec<String>,
}
#[derive(Clone)]
pub struct NodeAnalysisCache {
db_file_path: Option<PathBuf>,
inner: Arc<Mutex<Option<Option<NodeAnalysisCacheInner>>>>,