meriyah 6.0.1 → 6.0.2

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.mjs CHANGED
@@ -1514,8 +1514,8 @@ const descKeywordTable = Object.create(null, {
1514
1514
  eval: { value: 537079926 },
1515
1515
  as: { value: 77932 },
1516
1516
  arguments: { value: 537079927 },
1517
- target: { value: 143493 },
1518
- meta: { value: 143494 },
1517
+ target: { value: 209029 },
1518
+ meta: { value: 209030 },
1519
1519
  accessor: { value: 12402 },
1520
1520
  });
1521
1521
 
@@ -1594,7 +1594,7 @@ function scanIdentifierSlowCase(parser, context, hasEscape, isValidAsKeyword) {
1594
1594
  return -2147483528;
1595
1595
  }
1596
1596
  }
1597
- return 143482 | -2147483648;
1597
+ return 209018 | -2147483648;
1598
1598
  }
1599
1599
  if (context & 67108864 &&
1600
1600
  (context & 2048) === 0 &&
@@ -1603,13 +1603,13 @@ function scanIdentifierSlowCase(parser, context, hasEscape, isValidAsKeyword) {
1603
1603
  }
1604
1604
  if (token === 241771) {
1605
1605
  return context & 67108864
1606
- ? 143482 | -2147483648
1606
+ ? 209018 | -2147483648
1607
1607
  : context & 262144
1608
1608
  ? -2147483528
1609
1609
  : token | -2147483648;
1610
1610
  }
1611
1611
  if (token === 209005) {
1612
- return 143482 | -2147483648;
1612
+ return 209018 | -2147483648;
1613
1613
  }
1614
1614
  if ((token & 36864) === 36864) {
1615
1615
  return token | 12288 | -2147483648;
@@ -6615,7 +6615,7 @@ function parseImportMetaExpression(parser, context, meta, start, line, column) {
6615
6615
  report(parser, 169);
6616
6616
  nextToken(parser, context);
6617
6617
  const token = parser.getToken();
6618
- if (token !== 143494 && parser.tokenValue !== 'meta') {
6618
+ if (token !== 209030 && parser.tokenValue !== 'meta') {
6619
6619
  report(parser, 174);
6620
6620
  }
6621
6621
  else if (token & -2147483648) {
@@ -8343,7 +8343,7 @@ function parseNewExpression(parser, context, privateScope, inGroup, start, line,
8343
8343
  const id = parseIdentifier(parser, context | 8192);
8344
8344
  const { tokenIndex, tokenLine, tokenColumn } = parser;
8345
8345
  if (consumeOpt(parser, context, 67108877)) {
8346
- if (context & 16777216 && parser.getToken() === 143493) {
8346
+ if (context & 16777216 && parser.getToken() === 209029) {
8347
8347
  parser.assignable = 2;
8348
8348
  return parseMetaProperty(parser, context, id, start, line, column);
8349
8349
  }
@@ -9225,7 +9225,7 @@ var estree = /*#__PURE__*/Object.freeze({
9225
9225
  __proto__: null
9226
9226
  });
9227
9227
 
9228
- var version = "6.0.1";
9228
+ var version = "6.0.2";
9229
9229
 
9230
9230
  function parseScript(source, options) {
9231
9231
  return parseSource(source, options, 0);
@@ -1520,8 +1520,8 @@
1520
1520
  eval: { value: 537079926 },
1521
1521
  as: { value: 77932 },
1522
1522
  arguments: { value: 537079927 },
1523
- target: { value: 143493 },
1524
- meta: { value: 143494 },
1523
+ target: { value: 209029 },
1524
+ meta: { value: 209030 },
1525
1525
  accessor: { value: 12402 },
1526
1526
  });
1527
1527
 
@@ -1600,7 +1600,7 @@
1600
1600
  return -2147483528;
1601
1601
  }
1602
1602
  }
1603
- return 143482 | -2147483648;
1603
+ return 209018 | -2147483648;
1604
1604
  }
1605
1605
  if (context & 67108864 &&
1606
1606
  (context & 2048) === 0 &&
@@ -1609,13 +1609,13 @@
1609
1609
  }
1610
1610
  if (token === 241771) {
1611
1611
  return context & 67108864
1612
- ? 143482 | -2147483648
1612
+ ? 209018 | -2147483648
1613
1613
  : context & 262144
1614
1614
  ? -2147483528
1615
1615
  : token | -2147483648;
1616
1616
  }
1617
1617
  if (token === 209005) {
1618
- return 143482 | -2147483648;
1618
+ return 209018 | -2147483648;
1619
1619
  }
1620
1620
  if ((token & 36864) === 36864) {
1621
1621
  return token | 12288 | -2147483648;
@@ -6621,7 +6621,7 @@
6621
6621
  report(parser, 169);
6622
6622
  nextToken(parser, context);
6623
6623
  const token = parser.getToken();
6624
- if (token !== 143494 && parser.tokenValue !== 'meta') {
6624
+ if (token !== 209030 && parser.tokenValue !== 'meta') {
6625
6625
  report(parser, 174);
6626
6626
  }
6627
6627
  else if (token & -2147483648) {
@@ -8349,7 +8349,7 @@
8349
8349
  const id = parseIdentifier(parser, context | 8192);
8350
8350
  const { tokenIndex, tokenLine, tokenColumn } = parser;
8351
8351
  if (consumeOpt(parser, context, 67108877)) {
8352
- if (context & 16777216 && parser.getToken() === 143493) {
8352
+ if (context & 16777216 && parser.getToken() === 209029) {
8353
8353
  parser.assignable = 2;
8354
8354
  return parseMetaProperty(parser, context, id, start, line, column);
8355
8355
  }
@@ -9231,7 +9231,7 @@
9231
9231
  __proto__: null
9232
9232
  });
9233
9233
 
9234
- var version = "6.0.1";
9234
+ var version = "6.0.2";
9235
9235
 
9236
9236
  function parseScript(source, options) {
9237
9237
  return parseSource(source, options, 0);