mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-02 14:48:32 -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