clarity-pattern-parser 9.2.4 → 9.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -187,8 +187,6 @@ class Node {
187
187
  type: this._type,
188
188
  name: this._name,
189
189
  value: this.toString(),
190
- firstIndex: this._firstIndex,
191
- lastIndex: this._lastIndex,
192
190
  startIndex: this.startIndex,
193
191
  endIndex: this.endIndex,
194
192
  children: this._children.map(c => c.toCycleFreeObject()),