clarity-pattern-parser 11.0.0 → 11.0.1

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.
@@ -3038,6 +3038,7 @@
3038
3038
  cursor.resolveError();
3039
3039
  return node;
3040
3040
  }
3041
+ cursor.moveTo(this._firstIndex);
3041
3042
  cursor.recordErrorAt(this._firstIndex, this._firstIndex, this);
3042
3043
  return null;
3043
3044
  }