Skip to content

Commit fa5fdd4

Browse files
authored
chore(release): 0.32.7
1 parent 93469f7 commit fa5fdd4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dprint-plugin-typescript"
33
description = "TypeScript code formatting plugin for dprint."
44
keywords = ["formatting", "formatter", "typescript"]
5-
version = "0.32.6"
5+
version = "0.32.7"
66
authors = ["David Sherret <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
@@ -26,7 +26,7 @@ wasm = ["serde_json", "dprint-core/wasm"]
2626
[dependencies]
2727
dprint-core = { version = "0.31.0", features = ["formatting"] }
2828
swc_common = "=0.10.4"
29-
swc_ecmascript = { version = "=0.11.1", features = ["parser"] }
29+
swc_ecmascript = { version = "=0.13.1", features = ["parser"] }
3030
serde = { version = "1.0.88", features = ["derive"] }
3131
serde_json = { version = "1.0", optional = true }
3232

src/parsing/parser_types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ generate_node! [
519519
TsParenthesizedType,
520520
TsRestType,
521521
TsThisType,
522+
TsTplLitType,
522523
TsTupleType,
523524
TsTypeAnn,
524525
TsTypeOperator,

0 commit comments

Comments
 (0)