Skip to content

Commit

Permalink
default_constructed_unit_structs
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Sep 14, 2023
1 parent 2059f97 commit 525473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/dev-dep-resolver/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn main() {
let deps = pkg.get("dependencies").unwrap().as_object().unwrap();
let cwd = std::env::current_dir().unwrap();

let cache = Cache::new(OsFileSystem::default());
let cache = Cache::new(OsFileSystem);
let cjs_resolver = Resolver::node(Cow::Borrowed(&cwd), CacheCow::Borrowed(&cache));
let esm_graph_cache = parcel_dev_dep_resolver::Cache::default();

Expand Down

0 comments on commit 525473a

Please sign in to comment.