You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.4.21
### Bug fixes
Add support for `const` modifiers on TypeScript type parameters.
Allow TypeScript syntax, where the condition is just a variable.
Fix a bug where some TypeScript `<` tokens didn"t appear in the syntax tree.
Version 1.4.20
### Bug fixes
Use the `className` style tag for variable names used as constructors with `new`.
Add support for `asserts` syntax in function return types.
Version 1.4.19
### Bug fixes
Support question marks after method names in TypeScript object type notation.
Support bracketed property names in TypeScript object types.
Allow TypeScript interface declarations to extend multiple types.
Version 1.4.18
### Bug fixes
Support `as` syntax in mapped object types.
Make sure the parser doesn"t get confused when a template interpolation is missing its expression.
Version 1.4.14
### Bug fixes
Recognize the `d` and `v` RegExp flags. Support destructured parameters in function types
Allow destructured parameters in function signature types.
Version 1.4.13
### Bug fixes
Fix inverted relative precedence of `&`, `|`, and `^` bitwise operators.
Add an explicit dependency on @lezer/common ^1.2.0.