summaryrefslogtreecommitdiff
path: root/cli/doc/class.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-07-11 11:47:06 +0200
committerGitHub <noreply@github.com>2020-07-11 11:47:06 +0200
commit98f6a5a47d6b47b1ac7f09a2923d6051de7aca70 (patch)
tree5d1da6d8818340ec0df6e93e2d08fe1cfedc3e61 /cli/doc/class.rs
parent5ec41cbcc2778a80b6ee91f0c391fc2edec0a8e0 (diff)
chore: upgrade deno_lint, remove direct dprint dep (#6679)
This PR removes direct dependency on dprint-plugin-typescript and swc_ecma_visit. Both of these dependencies have been pushed out to deno_lint crate. This should make it a bit easier to do the upgrades and prevent having conflicting crate requirements.
Diffstat (limited to 'cli/doc/class.rs')
-rw-r--r--cli/doc/class.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/doc/class.rs b/cli/doc/class.rs
index bfcbfde71..af1964ac9 100644
--- a/cli/doc/class.rs
+++ b/cli/doc/class.rs
@@ -203,6 +203,7 @@ pub fn class_to_class_def(
TsIndexSignature(_) => {}
PrivateMethod(_) => {}
PrivateProp(_) => {}
+ _ => {}
}
}