mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
This reverts commit 3545bff678
.
This commit is contained in:
parent
3035dee9f1
commit
d318e38b76
13 changed files with 43 additions and 127 deletions
1
cli/cache/node.rs
vendored
1
cli/cache/node.rs
vendored
|
@ -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>>>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue