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.
package/dist/index.esm.js
CHANGED
|
@@ -2900,7 +2900,7 @@ class ExpressionPattern {
|
|
|
2900
2900
|
}
|
|
2901
2901
|
else {
|
|
2902
2902
|
const recursiveNode = createNode(name, [lastUnaryNode, ...node.children]);
|
|
2903
|
-
recursiveNode.normalize(
|
|
2903
|
+
recursiveNode.normalize(lastUnaryNode.startIndex);
|
|
2904
2904
|
lastUnaryNode = recursiveNode;
|
|
2905
2905
|
break;
|
|
2906
2906
|
}
|