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.
package/dist/meriyah.cjs CHANGED
@@ -8511,7 +8511,8 @@ function parsePropertyDefinition(parser, context, key, state, decorators, start,
8511
8511
  if (parser.token === 537079928)
8512
8512
  report(parser, 116);
8513
8513
  value = parsePrimaryExpression(parser, context | 16384, 2, 0, 1, 0, 0, 1, tokenPos, linePos, colPos);
8514
- if ((parser.token & 1073741824) !== 1073741824) {
8514
+ if ((parser.token & 1073741824) !== 1073741824 ||
8515
+ (parser.token & 4194304) === 4194304) {
8515
8516
  value = parseMemberOrUpdateExpression(parser, context | 16384, value, 0, 0, tokenPos, linePos, colPos);
8516
8517
  value = parseAssignmentExpression(parser, context | 16384, 0, 0, tokenPos, linePos, colPos, value);
8517
8518
  if (parser.token === 18) {
@@ -8820,7 +8821,7 @@ var estree = /*#__PURE__*/Object.freeze({
8820
8821
  __proto__: null
8821
8822
  });
8822
8823
 
8823
- var version$1 = "4.3.7";
8824
+ var version$1 = "4.3.8";
8824
8825
 
8825
8826
  const version = version$1;
8826
8827
  function parseScript(source, options) {
@@ -8511,7 +8511,8 @@ function parsePropertyDefinition(parser, context, key, state, decorators, start,
8511
8511
  if (parser.token === 537079928)
8512
8512
  report(parser, 116);
8513
8513
  value = parsePrimaryExpression(parser, context | 16384, 2, 0, 1, 0, 0, 1, tokenPos, linePos, colPos);
8514
- if ((parser.token & 1073741824) !== 1073741824) {
8514
+ if ((parser.token & 1073741824) !== 1073741824 ||
8515
+ (parser.token & 4194304) === 4194304) {
8515
8516
  value = parseMemberOrUpdateExpression(parser, context | 16384, value, 0, 0, tokenPos, linePos, colPos);
8516
8517
  value = parseAssignmentExpression(parser, context | 16384, 0, 0, tokenPos, linePos, colPos, value);
8517
8518
  if (parser.token === 18) {
@@ -8820,7 +8821,7 @@ var estree = /*#__PURE__*/Object.freeze({
8820
8821
  __proto__: null
8821
8822
  });
8822
8823
 
8823
- var version$1 = "4.3.7";
8824
+ var version$1 = "4.3.8";
8824
8825
 
8825
8826
  const version = version$1;
8826
8827
  function parseScript(source, options) {