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