Skip to content

Commit 226b1db

Browse files
committed
Remove TSTypeCastExpression
1 parent f1182e7 commit 226b1db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/language-js/printer-estree.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,8 +2898,7 @@ function printPathNoParens(path, options, print, args) {
28982898

28992899
return group(concat(parts));
29002900
}
2901-
case "TypeCastExpression":
2902-
case "TSTypeCastExpression": {
2901+
case "TypeCastExpression": {
29032902
return concat([
29042903
"(",
29052904
path.call(print, "expression"),

0 commit comments

Comments
 (0)