clarity-pattern-parser 10.2.10 → 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.js
CHANGED
|
@@ -2921,9 +2921,9 @@ class ExpressionPattern {
|
|
|
2921
2921
|
cursor.resolveError();
|
|
2922
2922
|
cursor.moveTo(onIndex);
|
|
2923
2923
|
}
|
|
2924
|
-
cursor.resolveError();
|
|
2925
2924
|
onIndex = cursor.index;
|
|
2926
2925
|
for (let i = 0; i < this._binaryPatterns.length; i++) {
|
|
2926
|
+
cursor.resolveError();
|
|
2927
2927
|
cursor.moveTo(onIndex);
|
|
2928
2928
|
const pattern = this._binaryPatterns[i];
|
|
2929
2929
|
const name = this._binaryNames[i];
|