mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(fmt): do panic for import decl with empty named imports and default import (#14773)
This commit is contained in:
parent
bcff2d787b
commit
c01fcef93f
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1317,9 +1317,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dprint-plugin-typescript"
|
||||
version = "0.68.4"
|
||||
version = "0.68.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ff59354542a49bd9039b848676cac14a1f83e3e4c891ed5684b5b8f2f5ae2890"
|
||||
checksum = "92ecec44e1646cb6d2574ef4ff5e169c56ac2fdc89cb8ada6ac25745a9d4fd64"
|
||||
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.4"
|
||||
dprint-plugin-typescript = "=0.68.5"
|
||||
encoding_rs = "=0.8.31"
|
||||
env_logger = "=0.9.0"
|
||||
eszip = "=0.20.0"
|
||||
|
|
Loading…
Reference in a new issue