feat(compiler-core): whitespace handling

This commit is contained in:
Evan You
2019-10-24 16:22:48 -04:00
parent 516501e20e
commit 9298f46f92
10 changed files with 60 additions and 109 deletions

View File

@@ -160,7 +160,6 @@ export interface SuspenseNode extends BaseElementNode {
export interface TextNode extends Node {
type: NodeTypes.TEXT
content: string
isEmpty: boolean
}
export interface CommentNode extends Node {