meriyah 4.3.0 → 4.3.1

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.
@@ -1509,14 +1509,28 @@ function scanIdentifierSlowCase(parser, context, hasEscape, isValidAsKeyword) {
1509
1509
  return 208897;
1510
1510
  if (!hasEscape)
1511
1511
  return token;
1512
+ if (token === 209008) {
1513
+ if ((context & (2048 | 4194304)) === 0) {
1514
+ return token;
1515
+ }
1516
+ return 121;
1517
+ }
1512
1518
  if (context & 1024) {
1513
- return token === 209008 && (context & (2048 | 4194304)) === 0
1514
- ? token
1515
- : token === 36972
1516
- ? 122
1517
- : (token & 36864) === 36864
1518
- ? 122
1519
- : 121;
1519
+ if (token === 36972) {
1520
+ return 122;
1521
+ }
1522
+ if ((token & 36864) === 36864) {
1523
+ return 122;
1524
+ }
1525
+ if ((token & 20480) === 20480) {
1526
+ if (context & 1073741824 && (context & 8192) === 0) {
1527
+ return token;
1528
+ }
1529
+ else {
1530
+ return 121;
1531
+ }
1532
+ }
1533
+ return 143483;
1520
1534
  }
1521
1535
  if (context & 1073741824 &&
1522
1536
  (context & 8192) === 0 &&
@@ -1529,13 +1543,13 @@ function scanIdentifierSlowCase(parser, context, hasEscape, isValidAsKeyword) {
1529
1543
  ? 121
1530
1544
  : token;
1531
1545
  }
1532
- return token === 209007 && context & 1073741824
1533
- ? 143483
1534
- : (token & 36864) === 36864
1535
- ? token
1536
- : token === 209008 && (context & 4194304) === 0
1537
- ? token
1538
- : 121;
1546
+ if (token === 209007) {
1547
+ return 143483;
1548
+ }
1549
+ if ((token & 36864) === 36864) {
1550
+ return token;
1551
+ }
1552
+ return 121;
1539
1553
  }
1540
1554
  return 208897;
1541
1555
  }
@@ -8790,7 +8804,7 @@ var estree = /*#__PURE__*/Object.freeze({
8790
8804
  __proto__: null
8791
8805
  });
8792
8806
 
8793
- var version$1 = "4.3.0";
8807
+ var version$1 = "4.3.1";
8794
8808
 
8795
8809
  const version = version$1;
8796
8810
  function parseScript(source, options) {
@@ -1512,14 +1512,28 @@ var meriyah = (function (exports) {
1512
1512
  return 208897;
1513
1513
  if (!hasEscape)
1514
1514
  return token;
1515
+ if (token === 209008) {
1516
+ if ((context & (2048 | 4194304)) === 0) {
1517
+ return token;
1518
+ }
1519
+ return 121;
1520
+ }
1515
1521
  if (context & 1024) {
1516
- return token === 209008 && (context & (2048 | 4194304)) === 0
1517
- ? token
1518
- : token === 36972
1519
- ? 122
1520
- : (token & 36864) === 36864
1521
- ? 122
1522
- : 121;
1522
+ if (token === 36972) {
1523
+ return 122;
1524
+ }
1525
+ if ((token & 36864) === 36864) {
1526
+ return 122;
1527
+ }
1528
+ if ((token & 20480) === 20480) {
1529
+ if (context & 1073741824 && (context & 8192) === 0) {
1530
+ return token;
1531
+ }
1532
+ else {
1533
+ return 121;
1534
+ }
1535
+ }
1536
+ return 143483;
1523
1537
  }
1524
1538
  if (context & 1073741824 &&
1525
1539
  (context & 8192) === 0 &&
@@ -1532,13 +1546,13 @@ var meriyah = (function (exports) {
1532
1546
  ? 121
1533
1547
  : token;
1534
1548
  }
1535
- return token === 209007 && context & 1073741824
1536
- ? 143483
1537
- : (token & 36864) === 36864
1538
- ? token
1539
- : token === 209008 && (context & 4194304) === 0
1540
- ? token
1541
- : 121;
1549
+ if (token === 209007) {
1550
+ return 143483;
1551
+ }
1552
+ if ((token & 36864) === 36864) {
1553
+ return token;
1554
+ }
1555
+ return 121;
1542
1556
  }
1543
1557
  return 208897;
1544
1558
  }
@@ -8793,7 +8807,7 @@ var meriyah = (function (exports) {
8793
8807
  __proto__: null
8794
8808
  });
8795
8809
 
8796
- var version$1 = "4.3.0";
8810
+ var version$1 = "4.3.1";
8797
8811
 
8798
8812
  const version = version$1;
8799
8813
  function parseScript(source, options) {