public toString()

in src/construct.ts [493:495]


  public toString() {
    return this.node.path || '<root>';
  }