fix(fmt): keep type args in type queries and keep empty array expr element's trailing comma (#16034)

This commit is contained in:
David Sherret 2022-09-26 12:57:50 -04:00 committed by GitHub
parent 075bdfd621
commit 1628dba6db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1431,9 +1431,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
version = "0.73.1"
version = "0.74.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33e614c08c52c6161bde5814f2e69b0a83dcf07ce647b79da30ba5df2e879b74"
checksum = "602b5d9913bcff254b60c3bc26f2b2056a6e343d735785d2760a369c71b8dcfe"
dependencies = [
"anyhow",
"deno_ast",

View file

@ -67,7 +67,7 @@ data-url = "=0.1.1"
dissimilar = "=1.0.4"
dprint-plugin-json = "=0.15.6"
dprint-plugin-markdown = "=0.14.1"
dprint-plugin-typescript = "=0.73.1"
dprint-plugin-typescript = "=0.74.0"
encoding_rs = "=0.8.31"
env_logger = "=0.9.0"
eszip = "=0.28.0"