JSX Text belongs with its other token friends

This commit is contained in:
Ryan Cavanaugh
2016-10-14 11:12:47 -07:00
parent 4ccb3bb75c
commit 4304eab654

View File

@@ -45,6 +45,7 @@ namespace ts {
// Literals
NumericLiteral,
StringLiteral,
JsxText,
RegularExpressionLiteral,
NoSubstitutionTemplateLiteral,
// Pseudo-literals
@@ -302,7 +303,6 @@ namespace ts {
JsxElement,
JsxSelfClosingElement,
JsxOpeningElement,
JsxText,
JsxClosingElement,
JsxAttribute,
JsxSpreadAttribute,