summaryrefslogtreecommitdiff
path: root/cli/tsc
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-12-06 14:12:51 -0500
committerGitHub <noreply@github.com>2022-12-06 14:12:51 -0500
commitc03e0f3853490e804fe30fc566b45150061badc9 (patch)
tree0f23dad9542c8cf80d0861c2932e2eb1b9e6fc3a /cli/tsc
parent3e47a27f4fa528b91ac60b07ee6931f47fed0bc5 (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/tsc')
-rw-r--r--cli/tsc/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tsc/mod.rs b/cli/tsc/mod.rs
index f7cc6d6e8..c22640748 100644
--- a/cli/tsc/mod.rs
+++ b/cli/tsc/mod.rs
@@ -863,7 +863,6 @@ mod tests {
is_dynamic: false,
imports: None,
resolver: None,
- locker: None,
module_analyzer: None,
reporter: None,
},
@@ -896,7 +895,6 @@ mod tests {
is_dynamic: false,
imports: None,
resolver: None,
- locker: None,
module_analyzer: None,
reporter: None,
},