fix(fmt): Format abstract async as abstract async (#5020)

This commit is contained in:
David Sherret 2020-04-30 15:05:30 -04:00 committed by GitHub
parent 21f4c7f35c
commit 3e72d63205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -627,9 +627,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
version = "0.14.0"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d80078f5e36e7e697f5f1cc175cacb4cb206fd5f95c918023778b0a944b33"
checksum = "d8f6bd2fcf216220b940683d47aa9a6231a3f039ae3303067ed3af60e606eb04"
dependencies = [
"dprint-core",
"serde",
@ -2442,9 +2442,9 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.21.9"
version = "0.21.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b59bca66689a8e1417c5c7ee3e969bb4a933af8fb00ddbc75a89dfcf5d8df4f8"
checksum = "4eb9f7ffcb1d0fac1a6002a5775ef56defcc44dff43e333bbe6fe3804062fde1"
dependencies = [
"either",
"enum_kind",

View file

@ -33,7 +33,7 @@ byteorder = "1.3.4"
clap = "2.33.0"
dirs = "2.0.2"
dlopen = "0.1.8"
dprint-plugin-typescript = "0.14.0"
dprint-plugin-typescript = "0.14.1"
futures = { version = "0.3.4", features = ["compat", "io-compat"] }
glob = "0.3.0"
http = "0.2.1"