From 2c2e3ec1ca47803f791ea72ea6247d8eedf87ec8 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 7 Sep 2021 10:39:32 -0400 Subject: refactor(lsp): use deno_ast and cache swc ASTs (#11780) --- cli/ops/runtime_compiler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/ops/runtime_compiler.rs') diff --git a/cli/ops/runtime_compiler.rs b/cli/ops/runtime_compiler.rs index b11d79500..3965016dc 100644 --- a/cli/ops/runtime_compiler.rs +++ b/cli/ops/runtime_compiler.rs @@ -47,7 +47,7 @@ struct EmitArgs { import_map: Option, import_map_path: Option, root_specifier: String, - sources: Option>, + sources: Option>>, } async fn op_emit( -- cgit v1.2.3