mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Add JSX to SEF exprs
This commit is contained in:
@@ -13272,6 +13272,8 @@ namespace ts {
|
||||
case SyntaxKind.ObjectLiteralExpression:
|
||||
case SyntaxKind.TypeOfExpression:
|
||||
case SyntaxKind.NonNullExpression:
|
||||
case SyntaxKind.JsxSelfClosingElement:
|
||||
case SyntaxKind.JsxElement:
|
||||
return true;
|
||||
|
||||
case SyntaxKind.ConditionalExpression:
|
||||
|
||||
Reference in New Issue
Block a user