1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00

fix(fmt): Do not panic on new expr with no parens. (#5734)

Closes #5567
This commit is contained in:
David Sherret 2020-05-21 20:43:32 -04:00 committed by GitHub
parent 491feb859f
commit ee71099492
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

@ -618,9 +618,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
version = "0.18.4"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9789e9282a2fef314dd58df1e203de44035b0f032923b52f751c7917f7adff3"
checksum = "8f4b628385a13a592afdd6391167921f62f1c1adc1f7b098ecf7e930ab5cc702"
dependencies = [
"dprint-core",
"serde",

View file

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