mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-22 09:49:44 -05:00
Store scanning information whether JSXText is just an all whitespaces
This commit is contained in:
@@ -1572,7 +1572,8 @@
|
||||
}
|
||||
|
||||
export interface JsxText extends Node {
|
||||
kind: SyntaxKind.JsxText;
|
||||
kind: SyntaxKind.JsxText,
|
||||
containsOnlyWhiteSpaces: boolean,
|
||||
parent?: JsxElement;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user