meriyah 4.3.8 → 4.3.9

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.
@@ -5315,7 +5315,7 @@ System.register('meriyah', [], (function (exports) {
5315
5315
  consume(parser, context | 32768, 67174411);
5316
5316
  const test = parseExpressions(parser, context, 0, 1, parser.tokenPos, parser.linePos, parser.colPos);
5317
5317
  consume(parser, context | 32768, 16);
5318
- consumeOpt(parser, context, 1074790417);
5318
+ consumeOpt(parser, context | 32768, 1074790417);
5319
5319
  return finishNode(parser, context, start, line, column, {
5320
5320
  type: 'DoWhileStatement',
5321
5321
  body,
@@ -8829,7 +8829,7 @@ System.register('meriyah', [], (function (exports) {
8829
8829
  });
8830
8830
  exports('ESTree', estree);
8831
8831
 
8832
- var version$1 = "4.3.8";
8832
+ var version$1 = "4.3.9";
8833
8833
 
8834
8834
  const version = exports('version', version$1);
8835
8835
  function parseScript(source, options) {