meriyah 4.3.1 → 4.3.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.cjs CHANGED
@@ -1472,7 +1472,7 @@ const descKeywordTable = Object.create(null, {
1472
1472
  function scanIdentifier(parser, context, isValidAsKeyword) {
1473
1473
  while (isIdPart[advanceChar(parser)]) { }
1474
1474
  parser.tokenValue = parser.source.slice(parser.tokenPos, parser.index);
1475
- return parser.currentChar !== 92 && parser.currentChar < 0x7e
1475
+ return parser.currentChar !== 92 && parser.currentChar <= 0x7e
1476
1476
  ? descKeywordTable[parser.tokenValue] || 208897
1477
1477
  : scanIdentifierSlowCase(parser, context, 0, isValidAsKeyword);
1478
1478
  }
@@ -8808,7 +8808,7 @@ var estree = /*#__PURE__*/Object.freeze({
8808
8808
  __proto__: null
8809
8809
  });
8810
8810
 
8811
- var version$1 = "4.3.1";
8811
+ var version$1 = "4.3.2";
8812
8812
 
8813
8813
  const version = version$1;
8814
8814
  function parseScript(source, options) {
@@ -1472,7 +1472,7 @@ const descKeywordTable = Object.create(null, {
1472
1472
  function scanIdentifier(parser, context, isValidAsKeyword) {
1473
1473
  while (isIdPart[advanceChar(parser)]) { }
1474
1474
  parser.tokenValue = parser.source.slice(parser.tokenPos, parser.index);
1475
- return parser.currentChar !== 92 && parser.currentChar < 0x7e
1475
+ return parser.currentChar !== 92 && parser.currentChar <= 0x7e
1476
1476
  ? descKeywordTable[parser.tokenValue] || 208897
1477
1477
  : scanIdentifierSlowCase(parser, context, 0, isValidAsKeyword);
1478
1478
  }
@@ -8808,7 +8808,7 @@ var estree = /*#__PURE__*/Object.freeze({
8808
8808
  __proto__: null
8809
8809
  });
8810
8810
 
8811
- var version$1 = "4.3.1";
8811
+ var version$1 = "4.3.2";
8812
8812
 
8813
8813
  const version = version$1;
8814
8814
  function parseScript(source, options) {