From c03e0f3853490e804fe30fc566b45150061badc9 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 6 Dec 2022 14:12:51 -0500 Subject: refactor: remove `deno_graph::Locker` usage (#16877) This is just a straight refactor and doesn't make any improvements to the code that could now be made. Closes #16493 --- cli/npm/resolution/specifier.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/npm') diff --git a/cli/npm/resolution/specifier.rs b/cli/npm/resolution/specifier.rs index b832540bd..61adab470 100644 --- a/cli/npm/resolution/specifier.rs +++ b/cli/npm/resolution/specifier.rs @@ -947,7 +947,6 @@ mod tests { is_dynamic: false, imports: None, resolver: None, - locker: None, module_analyzer: Some(&analyzer), reporter: None, }, -- cgit v1.2.3