1
0
Fork 0
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:
David Sherret 2022-06-01 19:36:46 -04:00 committed by GitHub
parent bcff2d787b
commit c01fcef93f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"