diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-12-06 14:12:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 14:12:51 -0500 |
commit | c03e0f3853490e804fe30fc566b45150061badc9 (patch) | |
tree | 0f23dad9542c8cf80d0861c2932e2eb1b9e6fc3a /cli/npm/resolution/specifier.rs | |
parent | 3e47a27f4fa528b91ac60b07ee6931f47fed0bc5 (diff) |
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
Diffstat (limited to 'cli/npm/resolution/specifier.rs')
-rw-r--r-- | cli/npm/resolution/specifier.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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, }, |