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