@lezer/javascript
Advanced tools
Changelog
1.4.6 (2023-08-22)
Make sure that, in TypeScript, type argument lists are prefered over comparison operators when both produce valid parses.
Changelog
1.4.5 (2023-07-25)
Allow the index in a TypeScript indexed type to be any kind of type.
Changelog
1.4.4 (2023-07-03)
Add support for using
syntax.
Make the package work with new TS resolution styles.
Changelog
1.4.3 (2023-04-24)
Properly parse this: Type
within parameter lists for TypeScript.
Changelog
1.4.2 (2023-03-29)
Properly parse declare
in front of class properties and methods in TypeScript.
Changelog
1.4.1 (2023-01-09)
Fix a bug where something like yield [1]
(or await
) was parsed as a member expression.
Add support for yield*
syntax.
Escapes in strings are now parsed as their own tokens (and styled with the escape
tag).