export class TextNode { readonly name = "text" constructor(public text: string) {} }