clarity-pattern-parser 10.2.9 → 10.2.11
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
|
@@ -2914,11 +2914,12 @@ class ExpressionPattern {
|
|
|
2914
2914
|
break;
|
|
2915
2915
|
}
|
|
2916
2916
|
}
|
|
2917
|
+
cursor.resolveError();
|
|
2917
2918
|
cursor.moveTo(onIndex);
|
|
2918
2919
|
}
|
|
2919
|
-
cursor.resolveError();
|
|
2920
2920
|
onIndex = cursor.index;
|
|
2921
2921
|
for (let i = 0; i < this._binaryPatterns.length; i++) {
|
|
2922
|
+
cursor.resolveError();
|
|
2922
2923
|
cursor.moveTo(onIndex);
|
|
2923
2924
|
const pattern = this._binaryPatterns[i];
|
|
2924
2925
|
const name = this._binaryNames[i];
|