Skip to content

Commit 4304eab

Browse files
committed
JSX Text belongs with its other token friends
1 parent 4ccb3bb commit 4304eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ namespace ts {
4545
// Literals
4646
NumericLiteral,
4747
StringLiteral,
48+
JsxText,
4849
RegularExpressionLiteral,
4950
NoSubstitutionTemplateLiteral,
5051
// Pseudo-literals
@@ -302,7 +303,6 @@ namespace ts {
302303
JsxElement,
303304
JsxSelfClosingElement,
304305
JsxOpeningElement,
305-
JsxText,
306306
JsxClosingElement,
307307
JsxAttribute,
308308
JsxSpreadAttribute,

0 commit comments

Comments
 (0)