summaryrefslogtreecommitdiff
path: root/cli/tsc.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-01-13 11:58:00 -0500
committerGitHub <noreply@github.com>2022-01-13 11:58:00 -0500
commitf12164646ba8327e9e6275b0ab97602f85e9854f (patch)
tree1668ac008ac455d38d9eacd70dec4ed7f1d542c2 /cli/tsc.rs
parent5e2d7737f5542c02572aa6585c8a6a78c84ae5ab (diff)
refactor: move transpiling to deno_ast (#13332)
Diffstat (limited to 'cli/tsc.rs')
-rw-r--r--cli/tsc.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/tsc.rs b/cli/tsc.rs
index a2265e36f..001cfaf5d 100644
--- a/cli/tsc.rs
+++ b/cli/tsc.rs
@@ -689,7 +689,7 @@ mod tests {
})
})
.map_err(|err| err.into());
- Box::pin(future::ready((specifier.clone(), response)))
+ Box::pin(future::ready(response))
}
}
@@ -711,6 +711,7 @@ mod tests {
None,
None,
None,
+ None,
)
.await;
State::new(
@@ -737,6 +738,7 @@ mod tests {
None,
None,
None,
+ None,
)
.await;
let config = TsConfig::new(json!({