mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
feat(fmt): do not add a newline between a template and its tag (#15195)
This commit is contained in:
parent
0aca3f0690
commit
294b27717c
3 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@
|
|||
"tools/wpt/manifest.json"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.69.5.wasm",
|
||||
"https://plugins.dprint.dev/typescript-0.70.0.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",
|
||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1388,9 +1388,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dprint-plugin-typescript"
|
||||
version = "0.69.6"
|
||||
version = "0.70.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b71449427ac9087807c1060b418b9127e734ebdd2a254822e8ca4fe8c5d3829"
|
||||
checksum = "8615057f4eb72345350d10b6289cb320ff844255a1c2877e0a3692d2bb93f436"
|
||||
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.69.6"
|
||||
dprint-plugin-typescript = "=0.70.0"
|
||||
encoding_rs = "=0.8.31"
|
||||
env_logger = "=0.9.0"
|
||||
eszip = "=0.22.0"
|
||||
|
|
Loading…
Reference in a new issue