mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00: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]]
|
[[package]]
|
||||||
name = "dprint-plugin-typescript"
|
name = "dprint-plugin-typescript"
|
||||||
version = "0.68.4"
|
version = "0.68.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ff59354542a49bd9039b848676cac14a1f83e3e4c891ed5684b5b8f2f5ae2890"
|
checksum = "92ecec44e1646cb6d2574ef4ff5e169c56ac2fdc89cb8ada6ac25745a9d4fd64"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"deno_ast",
|
"deno_ast",
|
||||||
|
|
|
@ -65,7 +65,7 @@ data-url = "=0.1.1"
|
||||||
dissimilar = "=1.0.3"
|
dissimilar = "=1.0.3"
|
||||||
dprint-plugin-json = "=0.15.3"
|
dprint-plugin-json = "=0.15.3"
|
||||||
dprint-plugin-markdown = "=0.13.3"
|
dprint-plugin-markdown = "=0.13.3"
|
||||||
dprint-plugin-typescript = "=0.68.4"
|
dprint-plugin-typescript = "=0.68.5"
|
||||||
encoding_rs = "=0.8.31"
|
encoding_rs = "=0.8.31"
|
||||||
env_logger = "=0.9.0"
|
env_logger = "=0.9.0"
|
||||||
eszip = "=0.20.0"
|
eszip = "=0.20.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue