meriyah 6.0.2 → 6.0.3

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
@@ -6852,7 +6852,7 @@ function parseArguments(parser, context, privateScope, inGroup) {
6852
6852
  if (parser.getToken() === 16)
6853
6853
  break;
6854
6854
  }
6855
- consume(parser, context, 16);
6855
+ consume(parser, context | 16384, 16);
6856
6856
  return args;
6857
6857
  }
6858
6858
  function parseIdentifier(parser, context) {
@@ -9225,7 +9225,7 @@ var estree = /*#__PURE__*/Object.freeze({
9225
9225
  __proto__: null
9226
9226
  });
9227
9227
 
9228
- var version = "6.0.2";
9228
+ var version = "6.0.3";
9229
9229
 
9230
9230
  function parseScript(source, options) {
9231
9231
  return parseSource(source, options, 0);
@@ -6858,7 +6858,7 @@
6858
6858
  if (parser.getToken() === 16)
6859
6859
  break;
6860
6860
  }
6861
- consume(parser, context, 16);
6861
+ consume(parser, context | 16384, 16);
6862
6862
  return args;
6863
6863
  }
6864
6864
  function parseIdentifier(parser, context) {
@@ -9231,7 +9231,7 @@
9231
9231
  __proto__: null
9232
9232
  });
9233
9233
 
9234
- var version = "6.0.2";
9234
+ var version = "6.0.3";
9235
9235
 
9236
9236
  function parseScript(source, options) {
9237
9237
  return parseSource(source, options, 0);