mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
feat(fmt): remove some unnecessary parens in types (#14841)
This commit is contained in:
parent
271cd7afc9
commit
5fffb77d06
3 changed files with 6 additions and 6 deletions
|
@ -45,7 +45,7 @@
|
|||
"tools/wpt/manifest.json"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.68.4.wasm",
|
||||
"https://plugins.dprint.dev/typescript-0.69.1.wasm",
|
||||
"https://plugins.dprint.dev/json-0.15.3.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.13.3.wasm",
|
||||
"https://plugins.dprint.dev/toml-0.5.4.wasm",
|
||||
|
|
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1286,9 +1286,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dprint-core"
|
||||
version = "0.58.1"
|
||||
version = "0.58.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8993a9e868c95a365957c95b7f4db599d10c87389a462ce30f102f2e1e9cec0d"
|
||||
checksum = "4d4eb65949e6ff07306d8b85f5b95414d6384a0fd5bb130477a9e0f1dbdc17d6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bumpalo",
|
||||
|
@ -1325,9 +1325,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dprint-plugin-typescript"
|
||||
version = "0.68.5"
|
||||
version = "0.69.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "92ecec44e1646cb6d2574ef4ff5e169c56ac2fdc89cb8ada6ac25745a9d4fd64"
|
||||
checksum = "6a3335a6c34b00acd97034963c626f55b3481f250b539663841353cd36a7c976"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"deno_ast",
|
||||
|
|
|
@ -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.68.5"
|
||||
dprint-plugin-typescript = "=0.69.1"
|
||||
encoding_rs = "=0.8.31"
|
||||
env_logger = "=0.9.0"
|
||||
eszip = "=0.20.0"
|
||||
|
|
Loading…
Reference in a new issue