From 98f6a5a47d6b47b1ac7f09a2923d6051de7aca70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 11 Jul 2020 11:47:06 +0200 Subject: 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. --- cli/doc/class.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/doc/class.rs') 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(_) => {} + _ => {} } } -- cgit v1.2.3