Skip to content

Commit

Permalink
update meriyah bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaIT committed Oct 31, 2023
1 parent 6e83bf6 commit f56fd5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@

<br>

## Surfly notes

We use meriyah directly from `dist/meriyah.umd.js`.
Therefore, after each change we need to compile updated version with `npm run bundle` and commit it.

## [Demo](https://meriyah.github.io/meriyah)

## Features
Expand Down
3 changes: 2 additions & 1 deletion dist/meriyah.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -8691,7 +8691,8 @@
if (parser.token === 537079928)
report(parser, 116);
value = parsePrimaryExpression(parser, context | 16384, 2, 0, 1, 0, 0, 1, tokenPos, linePos, colPos);
if ((parser.token & 1073741824) !== 1073741824) {
if ((parser.token & 1073741824) !== 1073741824 ||
(parser.token & 4194304) === 4194304) {
value = parseMemberOrUpdateExpression(parser, context | 16384, value, 0, 0, tokenPos, linePos, colPos);
value = parseAssignmentExpression(parser, context | 16384, 0, 0, tokenPos, linePos, colPos, value);
if (parser.token === 18) {
Expand Down

0 comments on commit f56fd5c

Please sign in to comment.