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 +4 -0
- package/dist/meriyah.amd.js +2 -2
- package/dist/meriyah.amd.min.js +1 -1
- package/dist/meriyah.cjs +2 -2
- package/dist/meriyah.cjs.js +2 -2
- package/dist/meriyah.cjs.min.js +1 -1
- package/dist/meriyah.esm.js +2 -2
- package/dist/meriyah.esm.min.js +1 -1
- package/dist/meriyah.esm.min.mjs +1 -1
- package/dist/meriyah.esm.mjs +2 -2
- package/dist/meriyah.iife.js +2 -2
- package/dist/meriyah.iife.min.js +1 -1
- package/dist/meriyah.min.cjs +1 -1
- package/dist/meriyah.system.js +2 -2
- package/dist/meriyah.system.min.js +1 -1
- package/dist/meriyah.umd.cjs +2 -2
- package/dist/meriyah.umd.es5.js +2 -2
- package/dist/meriyah.umd.es5.min.js +1 -1
- package/dist/meriyah.umd.js +2 -2
- package/dist/meriyah.umd.min.cjs +1 -1
- package/dist/meriyah.umd.min.js +1 -1
- package/package.json +1 -1
- package/src/parser.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/meriyah.amd.js
CHANGED
|
@@ -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.
|
|
8822
|
+
var version$1 = "4.3.9";
|
|
8823
8823
|
|
|
8824
8824
|
const version = version$1;
|
|
8825
8825
|
function parseScript(source, options) {
|