mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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