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.
@@ -5310,7 +5310,7 @@
5310
5310
  consume(parser, context | 32768, 67174411);
5311
5311
  const test = parseExpressions(parser, context, 0, 1, parser.tokenPos, parser.linePos, parser.colPos);
5312
5312
  consume(parser, context | 32768, 16);
5313
- consumeOpt(parser, context, 1074790417);
5313
+ consumeOpt(parser, context | 32768, 1074790417);
5314
5314
  return finishNode(parser, context, start, line, column, {
5315
5315
  type: 'DoWhileStatement',
5316
5316
  body,
@@ -8823,7 +8823,7 @@
8823
8823
  __proto__: null
8824
8824
  });
8825
8825
 
8826
- var version$1 = "4.3.8";
8826
+ var version$1 = "4.3.9";
8827
8827
 
8828
8828
  const version = version$1;
8829
8829
  function parseScript(source, options) {