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.esm.js CHANGED
@@ -183,8 +183,6 @@ class Node {
183
183
  type: this._type,
184
184
  name: this._name,
185
185
  value: this.toString(),
186
- firstIndex: this._firstIndex,
187
- lastIndex: this._lastIndex,
188
186
  startIndex: this.startIndex,
189
187
  endIndex: this.endIndex,
190
188
  children: this._children.map(c => c.toCycleFreeObject()),