lezer-javascript
Advanced tools
Changelog
0.13.4 (2021-04-30)
Fixes a bug where arrow functions with expression bodies would include commas after the expression.
Changelog
0.13.3 (2021-02-15)
Wrap escaped JSX attribute values in a JSXEscape
node.
Changelog
0.13.2 (2021-01-18)
Fix parsing of async function expressions.
Changelog
0.13.1 (2020-12-04)
Fix versions of lezer packages depended on.
Changelog
0.12.0 (2020-10-23)
Adjust to changed serialized parser format.
Changelog
0.11.1 (2020-09-26)
Fix lezer depencency versions
Changelog
0.11.0 (2020-09-26)
Follow change in serialized parser format.
Changelog
0.10.1 (2020-09-02)
Fix associativity of else
and ternary operators.
Work around accidental ambiguity of TypeScript method and constructor signatures.
Properly parse ??=
as an update operator.