File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name = " dprint-plugin-typescript"
33description = " TypeScript code formatting plugin for dprint."
44keywords = [" formatting" , " formatter" , " typescript" ]
5- version = " 0.32.6 "
5+ version = " 0.32.7 "
66authors = [" David Sherret <dsherret@gmail.com>" ]
77edition = " 2018"
88license = " MIT"
@@ -26,7 +26,7 @@ wasm = ["serde_json", "dprint-core/wasm"]
2626[dependencies ]
2727dprint-core = { version = " 0.31.0" , features = [" formatting" ] }
2828swc_common = " =0.10.4"
29- swc_ecmascript = { version = " =0.11 .1" , features = [" parser" ] }
29+ swc_ecmascript = { version = " =0.13 .1" , features = [" parser" ] }
3030serde = { version = " 1.0.88" , features = [" derive" ] }
3131serde_json = { version = " 1.0" , optional = true }
3232
Original file line number Diff line number Diff line change @@ -519,6 +519,7 @@ generate_node! [
519519 TsParenthesizedType ,
520520 TsRestType ,
521521 TsThisType ,
522+ TsTplLitType ,
522523 TsTupleType ,
523524 TsTypeAnn ,
524525 TsTypeOperator ,
You can’t perform that action at this time.
0 commit comments