Correctly identify JSX expressions as identifier parents

This commit is contained in:
Ryan Cavanaugh
2015-07-28 13:49:39 -07:00
parent 32bec3b3e7
commit fc9b10eeb6
5 changed files with 84 additions and 0 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.JsxExpression:
case SyntaxKind.NewExpression:
case SyntaxKind.ParenthesizedExpression:
case SyntaxKind.PostfixUnaryExpression: