ohm-js 17.3.0 → 17.4.0

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.
@@ -303,6 +303,7 @@ pexprs.Apply.prototype.reallyEval = function (state) {
303
303
  }
304
304
  if (memoRec) {
305
305
  memoRec.failuresAtRightmostPosition = state.cloneRecordedFailures();
306
+ memoRec.rightmostFailureOffset = state._getRightmostFailureOffset();
306
307
  }
307
308
  }
308
309
 
package/src/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by scripts/prebuild.js
2
- export const version = '17.3.0';
2
+ export const version = '17.4.0';