constructor()

in lib/lexer.js [33:36]


  constructor(text) {
    super(Tag.TEXT);
    this.text = text;
  }