diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-01-13 11:58:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 11:58:00 -0500 |
commit | f12164646ba8327e9e6275b0ab97602f85e9854f (patch) | |
tree | 1668ac008ac455d38d9eacd70dec4ed7f1d542c2 /cli/lsp/cache.rs | |
parent | 5e2d7737f5542c02572aa6585c8a6a78c84ae5ab (diff) |
refactor: move transpiling to deno_ast (#13332)
Diffstat (limited to 'cli/lsp/cache.rs')
-rw-r--r-- | cli/lsp/cache.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lsp/cache.rs b/cli/lsp/cache.rs index 16ad76451..562ad78b0 100644 --- a/cli/lsp/cache.rs +++ b/cli/lsp/cache.rs @@ -80,6 +80,7 @@ impl CacheServer { maybe_resolver, None, None, + None, ) .await; |