From e06934fe77cb7991fc2c767f221577a2e96506a7 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 16 Feb 2024 09:19:24 -0500 Subject: fix(fmt): remove debug output when formatting dynamic imports (#22433) deno fmt sometimes had stuff like: ``` NODE: Evaluation ``` ...in the output. --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3898fb7bb..349967708 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -98,7 +98,7 @@ dotenvy = "0.15.7" dprint-plugin-json = "=0.19.1" dprint-plugin-jupyter = "=0.1.2" dprint-plugin-markdown = "=0.16.3" -dprint-plugin-typescript = "=0.89.0" +dprint-plugin-typescript = "=0.89.1" env_logger = "=0.10.0" fancy-regex = "=0.10.0" # If you disable the default __vendored_zlib_ng feature above, you _must_ be able to link against `-lz`. -- cgit v1.2.3