mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 11:53:59 -05:00
fix: fmt should not remove parens around sequence expressions (#12461)
This commit is contained in:
parent
004d07dccd
commit
62f6865f7c
3 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@
|
||||||
"tools/wpt/manifest.json"
|
"tools/wpt/manifest.json"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"https://plugins.dprint.dev/typescript-0.57.1.wasm",
|
"https://plugins.dprint.dev/typescript-0.57.3.wasm",
|
||||||
"https://plugins.dprint.dev/json-0.13.0.wasm",
|
"https://plugins.dprint.dev/json-0.13.0.wasm",
|
||||||
"https://plugins.dprint.dev/markdown-0.10.0.wasm",
|
"https://plugins.dprint.dev/markdown-0.10.0.wasm",
|
||||||
"https://plugins.dprint.dev/toml-0.5.2.wasm"
|
"https://plugins.dprint.dev/toml-0.5.2.wasm"
|
||||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1151,9 +1151,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dprint-plugin-typescript"
|
name = "dprint-plugin-typescript"
|
||||||
version = "0.57.2"
|
version = "0.57.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "85bf1bad85eb81020904b4e80271ab760be7aef3b5edf8b82567f51c8b2c7cba"
|
checksum = "4fc63cff32dd37a96034f11e028fbd45404729874642b6ff6c4f69306f8c128d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dprint-core",
|
"dprint-core",
|
||||||
"dprint-swc-ecma-ast-view",
|
"dprint-swc-ecma-ast-view",
|
||||||
|
|
|
@ -54,7 +54,7 @@ data-url = "0.1.0"
|
||||||
dissimilar = "1.0.2"
|
dissimilar = "1.0.2"
|
||||||
dprint-plugin-json = "0.13.0"
|
dprint-plugin-json = "0.13.0"
|
||||||
dprint-plugin-markdown = "0.10.0"
|
dprint-plugin-markdown = "0.10.0"
|
||||||
dprint-plugin-typescript = "0.57.2"
|
dprint-plugin-typescript = "0.57.3"
|
||||||
encoding_rs = "0.8.28"
|
encoding_rs = "0.8.28"
|
||||||
env_logger = "0.8.4"
|
env_logger = "0.8.4"
|
||||||
fancy-regex = "0.7.1"
|
fancy-regex = "0.7.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue