From efb022a50c8fd4ab598c0bdc6ff0c1978779260a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 3 Apr 2020 18:35:03 +0200 Subject: upgrade dprint to 0.9.10 (#4601) --- cli/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/lib.rs') diff --git a/cli/lib.rs b/cli/lib.rs index 076d4220f..832ff1ccb 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -61,6 +61,10 @@ pub mod version; mod web_worker; pub mod worker; +pub use dprint_plugin_typescript::swc_common; +pub use dprint_plugin_typescript::swc_ecma_ast; +pub use dprint_plugin_typescript::swc_ecma_parser; + use crate::compilers::TargetLib; use crate::file_fetcher::SourceFile; use crate::global_state::GlobalState; -- cgit v1.2.3