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.
@@ -8513,7 +8513,8 @@
8513
8513
  if (parser.token === 537079928)
8514
8514
  report(parser, 116);
8515
8515
  value = parsePrimaryExpression(parser, context | 16384, 2, 0, 1, 0, 0, 1, tokenPos, linePos, colPos);
8516
- if ((parser.token & 1073741824) !== 1073741824) {
8516
+ if ((parser.token & 1073741824) !== 1073741824 ||
8517
+ (parser.token & 4194304) === 4194304) {
8517
8518
  value = parseMemberOrUpdateExpression(parser, context | 16384, value, 0, 0, tokenPos, linePos, colPos);
8518
8519
  value = parseAssignmentExpression(parser, context | 16384, 0, 0, tokenPos, linePos, colPos, value);
8519
8520
  if (parser.token === 18) {
@@ -8822,7 +8823,7 @@
8822
8823
  __proto__: null
8823
8824
  });
8824
8825
 
8825
- var version$1 = "4.3.7";
8826
+ var version$1 = "4.3.8";
8826
8827
 
8827
8828
  const version = version$1;
8828
8829
  function parseScript(source, options) {
@@ -8576,7 +8576,8 @@
8576
8576
  if (parser.token === 537079928)
8577
8577
  report(parser, 116);
8578
8578
  value = parsePrimaryExpression(parser, context | 16384, 2, 0, 1, 0, 0, 1, tokenPos, linePos, colPos);
8579
- if ((parser.token & 1073741824) !== 1073741824) {
8579
+ if ((parser.token & 1073741824) !== 1073741824 ||
8580
+ (parser.token & 4194304) === 4194304) {
8580
8581
  value = parseMemberOrUpdateExpression(parser, context | 16384, value, 0, 0, tokenPos, linePos, colPos);
8581
8582
  value = parseAssignmentExpression(parser, context | 16384, 0, 0, tokenPos, linePos, colPos, value);
8582
8583
  if (parser.token === 18) {
@@ -8885,7 +8886,7 @@
8885
8886
  __proto__: null
8886
8887
  });
8887
8888
 
8888
- var version$1 = "4.3.7";
8889
+ var version$1 = "4.3.8";
8889
8890
 
8890
8891
  var version = version$1;
8891
8892
  function parseScript(source, options) {