meriyah 4.3.8 → 4.3.9

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [4.3.9](https://github.com/meriyah/meriyah/compare/v4.3.8...v4.3.9) (2023-11-24)
2
+
3
+
4
+
1
5
  ## [4.3.8](https://github.com/meriyah/meriyah/compare/v4.3.7...v4.3.8) (2023-11-01)
2
6
 
3
7
 
@@ -5306,7 +5306,7 @@ define(['exports'], (function (exports) { 'use strict';
5306
5306
  consume(parser, context | 32768, 67174411);
5307
5307
  const test = parseExpressions(parser, context, 0, 1, parser.tokenPos, parser.linePos, parser.colPos);
5308
5308
  consume(parser, context | 32768, 16);
5309
- consumeOpt(parser, context, 1074790417);
5309
+ consumeOpt(parser, context | 32768, 1074790417);
5310
5310
  return finishNode(parser, context, start, line, column, {
5311
5311
  type: 'DoWhileStatement',
5312
5312
  body,
@@ -8819,7 +8819,7 @@ define(['exports'], (function (exports) { 'use strict';
8819
8819
  __proto__: null
8820
8820
  });
8821
8821
 
8822
- var version$1 = "4.3.8";
8822
+ var version$1 = "4.3.9";
8823
8823
 
8824
8824
  const version = version$1;
8825
8825
  function parseScript(source, options) {