Skip to content

Commit f56fd5c

Browse files
committed
update meriyah bundle
1 parent 6e83bf6 commit f56fd5c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313

1414
<br>
1515

16+
## Surfly notes
17+
18+
We use meriyah directly from `dist/meriyah.umd.js`.
19+
Therefore, after each change we need to compile updated version with `npm run bundle` and commit it.
20+
1621
## [Demo](https://meriyah.github.io/meriyah)
1722

1823
## Features

dist/meriyah.umd.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8691,7 +8691,8 @@
86918691
if (parser.token === 537079928)
86928692
report(parser, 116);
86938693
value = parsePrimaryExpression(parser, context | 16384, 2, 0, 1, 0, 0, 1, tokenPos, linePos, colPos);
8694-
if ((parser.token & 1073741824) !== 1073741824) {
8694+
if ((parser.token & 1073741824) !== 1073741824 ||
8695+
(parser.token & 4194304) === 4194304) {
86958696
value = parseMemberOrUpdateExpression(parser, context | 16384, value, 0, 0, tokenPos, linePos, colPos);
86968697
value = parseAssignmentExpression(parser, context | 16384, 0, 0, tokenPos, linePos, colPos, value);
86978698
if (parser.token === 18) {

0 commit comments

Comments
 (0)