@lezer/javascript
Advanced tools
Changelog
0.15.3 (2022-01-26)
Support missing values in array pattern syntax.
Support quoted module export names.
Template string interpolations now get their own nodes in the syntax tree.
Changelog
0.15.2 (2021-12-08)
Fix a typo in the TaggedTemplateExpression
node name. Support n suffixes after non-decimal integers
Add support for non-decimal bignum literals ().
Add support for static class initialization blocks.
Changelog
0.15.1 (2021-11-12)
Add support for TypeScript import {type X} from y
syntax.
Indexed TypeScript types can now take type parameters.
Add support for private field syntax.
Rename PropertyNameDefinition node to PropertyDefinition for consistency with other names.
Recognize TypeScript 4.3's override
keyword.