meriyah 4.3.5 → 4.3.7

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.
@@ -8320,6 +8320,7 @@ System.register('meriyah', [], (function (exports) {
8320
8320
  const { tokenPos, linePos, colPos } = parser;
8321
8321
  consume(parser, context | 32768, 2162700);
8322
8322
  context = (context | 134217728) ^ 134217728;
8323
+ let hasConstr = parser.flags & 32;
8323
8324
  parser.flags = (parser.flags | 32) ^ 32;
8324
8325
  const body = [];
8325
8326
  let decorators;
@@ -8340,6 +8341,7 @@ System.register('meriyah', [], (function (exports) {
8340
8341
  body.push(parseClassElementList(parser, context, scope, inheritedContext, kind, decorators, 0, inGroup, parser.tokenPos, parser.linePos, parser.colPos));
8341
8342
  }
8342
8343
  consume(parser, origin & 8 ? context | 32768 : context, 1074790415);
8344
+ parser.flags = (parser.flags & ~32) | hasConstr;
8343
8345
  return finishNode(parser, context, tokenPos, linePos, colPos, {
8344
8346
  type: 'ClassBody',
8345
8347
  body
@@ -8826,7 +8828,7 @@ System.register('meriyah', [], (function (exports) {
8826
8828
  });
8827
8829
  exports('ESTree', estree);
8828
8830
 
8829
- var version$1 = "4.3.5";
8831
+ var version$1 = "4.3.7";
8830
8832
 
8831
8833
  const version = exports('version', version$1);
8832
8834
  function parseScript(source, options) {