diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-09 15:35:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 15:35:40 +0200 |
commit | 1fcbf9cb8a2aa330ddc95c1481976b9e06ca994c (patch) | |
tree | 9307a8090dcac2795c65504452c2729f27195e43 /cli/tsc.rs | |
parent | b17a5fbcfaaeb70f8876ce4ca09fdcc61f7e825c (diff) |
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
Diffstat (limited to 'cli/tsc.rs')
-rw-r--r-- | cli/tsc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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] = &[ |