From a919a5dd1167b79f267cbed7312b3a7d296d429f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 5 Jul 2022 00:12:41 +0200 Subject: Revert "refactor(snapshots): to their own crate (#14794)" (#15076) This reverts commit fd5a12d7e25dc53238e2bbcffe970e646c1035f3. --- cli/lsp/tsc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/lsp/tsc.rs') diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index 9988a0ac9..c362d4ce3 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -2618,7 +2618,7 @@ fn op_script_version( fn js_runtime(performance: Arc) -> JsRuntime { JsRuntime::new(RuntimeOptions { extensions: vec![init_extension(performance)], - startup_snapshot: Some(deno_snapshots::tsc_snapshot()), + startup_snapshot: Some(tsc::compiler_snapshot()), ..Default::default() }) } -- cgit v1.2.3