Don't forget about spread attributes

This commit is contained in:
Ryan Cavanaugh
2015-07-28 15:31:39 -07:00
parent fc9b10eeb6
commit da39a8be10
5 changed files with 26 additions and 4 deletions

View File

@@ -1425,6 +1425,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
case SyntaxKind.IfStatement:
case SyntaxKind.JsxSelfClosingElement:
case SyntaxKind.JsxOpeningElement:
case SyntaxKind.JsxSpreadAttribute:
case SyntaxKind.JsxExpression:
case SyntaxKind.NewExpression:
case SyntaxKind.ParenthesizedExpression: