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/dist/meriyah.umd.js
CHANGED
|
@@ -5310,7 +5310,7 @@
|
|
|
5310
5310
|
consume(parser, context | 32768, 67174411);
|
|
5311
5311
|
const test = parseExpressions(parser, context, 0, 1, parser.tokenPos, parser.linePos, parser.colPos);
|
|
5312
5312
|
consume(parser, context | 32768, 16);
|
|
5313
|
-
consumeOpt(parser, context, 1074790417);
|
|
5313
|
+
consumeOpt(parser, context | 32768, 1074790417);
|
|
5314
5314
|
return finishNode(parser, context, start, line, column, {
|
|
5315
5315
|
type: 'DoWhileStatement',
|
|
5316
5316
|
body,
|
|
@@ -8823,7 +8823,7 @@
|
|
|
8823
8823
|
__proto__: null
|
|
8824
8824
|
});
|
|
8825
8825
|
|
|
8826
|
-
var version$1 = "4.3.
|
|
8826
|
+
var version$1 = "4.3.9";
|
|
8827
8827
|
|
|
8828
8828
|
const version = version$1;
|
|
8829
8829
|
function parseScript(source, options) {
|