export class TextNode { constructor(public text: string) {} }