meriyah 4.3.7 → 4.3.8

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.
@@ -8518,7 +8518,8 @@ System.register('meriyah', [], (function (exports) {
8518
8518
  if (parser.token === 537079928)
8519
8519
  report(parser, 116);
8520
8520
  value = parsePrimaryExpression(parser, context | 16384, 2, 0, 1, 0, 0, 1, tokenPos, linePos, colPos);
8521
- if ((parser.token & 1073741824) !== 1073741824) {
8521
+ if ((parser.token & 1073741824) !== 1073741824 ||
8522
+ (parser.token & 4194304) === 4194304) {
8522
8523
  value = parseMemberOrUpdateExpression(parser, context | 16384, value, 0, 0, tokenPos, linePos, colPos);
8523
8524
  value = parseAssignmentExpression(parser, context | 16384, 0, 0, tokenPos, linePos, colPos, value);
8524
8525
  if (parser.token === 18) {
@@ -8828,7 +8829,7 @@ System.register('meriyah', [], (function (exports) {
8828
8829
  });
8829
8830
  exports('ESTree', estree);
8830
8831
 
8831
- var version$1 = "4.3.7";
8832
+ var version$1 = "4.3.8";
8832
8833
 
8833
8834
  const version = exports('version', version$1);
8834
8835
  function parseScript(source, options) {