clarity-pattern-parser 10.2.5 → 10.2.6

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.
@@ -2906,7 +2906,7 @@
2906
2906
  }
2907
2907
  else {
2908
2908
  const recursiveNode = createNode(name, [lastUnaryNode, ...node.children]);
2909
- recursiveNode.normalize(this._firstIndex);
2909
+ recursiveNode.normalize(lastUnaryNode.startIndex);
2910
2910
  lastUnaryNode = recursiveNode;
2911
2911
  break;
2912
2912
  }