From 1fcbf9cb8a2aa330ddc95c1481976b9e06ca994c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 9 Sep 2020 15:35:40 +0200 Subject: upgrade: swc, deno_doc, deno_lint, dprint (#7402) - deno_doc - 0.1.6 - deno_lint - 0.1.29 - dprint-plugin-typescript 0.31.1 - swc_ecmascript 0.7.3 --- cli/tsc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc.rs') diff --git a/cli/tsc.rs b/cli/tsc.rs index 90a1a31b5..36a7cf054 100644 --- a/cli/tsc.rs +++ b/cli/tsc.rs @@ -57,7 +57,7 @@ use std::sync::Mutex; use std::task::Poll; use swc_common::comments::Comment; use swc_common::comments::CommentKind; -use swc_ecma_dep_graph as dep_graph; +use swc_ecmascript::dep_graph; use url::Url; pub const AVAILABLE_LIBS: &[&str] = &[ -- cgit v1.2.3