meriyah 4.3.3 → 4.3.4

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.
@@ -8350,7 +8350,10 @@ System.register('meriyah', [], (function (exports) {
8350
8350
  key = parseIdentifier(parser, context, 0);
8351
8351
  switch (token) {
8352
8352
  case 36972:
8353
- if (!isStatic && parser.token !== 67174411) {
8353
+ if (!isStatic &&
8354
+ parser.token !== 67174411 &&
8355
+ (parser.token & 1048576) !== 1048576 &&
8356
+ parser.token !== 1077936157) {
8354
8357
  return parseClassElementList(parser, context, scope, inheritedContext, type, decorators, 1, inGroup, start, line, column);
8355
8358
  }
8356
8359
  break;
@@ -8768,7 +8771,7 @@ System.register('meriyah', [], (function (exports) {
8768
8771
  nextToken(parser, context | 32768);
8769
8772
  const { tokenPos, linePos, colPos } = parser;
8770
8773
  if (parser.token === 14)
8771
- return parseJSXSpreadChild(parser, context, tokenPos, linePos, colPos);
8774
+ return parseJSXSpreadChild(parser, context, start, line, column);
8772
8775
  let expression = null;
8773
8776
  if (parser.token === 1074790415) {
8774
8777
  if (isAttr)
@@ -8820,7 +8823,7 @@ System.register('meriyah', [], (function (exports) {
8820
8823
  });
8821
8824
  exports('ESTree', estree);
8822
8825
 
8823
- var version$1 = "4.3.3";
8826
+ var version$1 = "4.3.4";
8824
8827
 
8825
8828
  const version = exports('version', version$1);
8826
8829
  function parseScript(source, options) {