mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
fix(fmt): keep type args in type queries and keep empty array expr element's trailing comma (#16034)
This commit is contained in:
parent
075bdfd621
commit
1628dba6db
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1431,9 +1431,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dprint-plugin-typescript"
|
name = "dprint-plugin-typescript"
|
||||||
version = "0.73.1"
|
version = "0.74.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "33e614c08c52c6161bde5814f2e69b0a83dcf07ce647b79da30ba5df2e879b74"
|
checksum = "602b5d9913bcff254b60c3bc26f2b2056a6e343d735785d2760a369c71b8dcfe"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"deno_ast",
|
"deno_ast",
|
||||||
|
|
|
@ -67,7 +67,7 @@ data-url = "=0.1.1"
|
||||||
dissimilar = "=1.0.4"
|
dissimilar = "=1.0.4"
|
||||||
dprint-plugin-json = "=0.15.6"
|
dprint-plugin-json = "=0.15.6"
|
||||||
dprint-plugin-markdown = "=0.14.1"
|
dprint-plugin-markdown = "=0.14.1"
|
||||||
dprint-plugin-typescript = "=0.73.1"
|
dprint-plugin-typescript = "=0.74.0"
|
||||||
encoding_rs = "=0.8.31"
|
encoding_rs = "=0.8.31"
|
||||||
env_logger = "=0.9.0"
|
env_logger = "=0.9.0"
|
||||||
eszip = "=0.28.0"
|
eszip = "=0.28.0"
|
||||||
|
|
Loading…
Reference in a new issue