| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-06 | 1.7 kB | |
| v7.3.1 source code.tar.gz | 2026-08-06 | 961.3 kB | |
| v7.3.1 source code.zip | 2026-08-06 | 1.1 MB | |
| Totals: 3 Items | 2.1 MB | 0 | |
Bug Fixes
- jsx: forbid
}and>in JSX element children (#622) (9dde69a), closes #619 - parser: allow top-level
usingdeclarations in commonjs source type (#627) (ec524bc) - parser: delay the process of 'in' token after arrow func expression (86f1acd), closes #273
- parser: For-In initializer is only available in non-strict webcompat code (aa0797f)
- parser: forbid await in parenthesized async arrow parameters (#623) (fb12e77), closes #620 #337
- parser: reset origin for parenthesized contents (3c3ce74)
New Contributors
- @chernojagne made their first contribution in https://github.com/meriyah/meriyah/pull/618
- @a1stok made their first contribution in https://github.com/meriyah/meriyah/pull/622
Full Changelog: https://github.com/meriyah/meriyah/compare/v7.3.0...v7.3.1