1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

fix(fmt): improve curried arrow functions (#15251)

This commit is contained in:
David Sherret 2022-07-20 08:55:18 -04:00 committed by GitHub
parent 27a72a12b7
commit cee3246edb
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

@ -1397,9 +1397,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
version = "0.70.0"
version = "0.71.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8615057f4eb72345350d10b6289cb320ff844255a1c2877e0a3692d2bb93f436"
checksum = "e3a4ce966b327d5eba1df51bd9b0e373a741317f35a00abe7a71b01cfd582261"
dependencies = [
"anyhow",
"deno_ast",

View file

@ -65,7 +65,7 @@ data-url = "=0.1.1"
dissimilar = "=1.0.3"
dprint-plugin-json = "=0.15.3"
dprint-plugin-markdown = "=0.13.3"
dprint-plugin-typescript = "=0.70.0"
dprint-plugin-typescript = "=0.71.1"
encoding_rs = "=0.8.31"
env_logger = "=0.9.0"
eszip = "=0.22.0"