8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10ec79 commit 2f52d81Copy full SHA for 2f52d81
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 1.4.21 (2024-12-03)
2
+
3
+### Bug fixes
4
5
+Add support for `const` modifiers on TypeScript type parameters.
6
7
+Allow TypeScript syntax, where the condition is just a variable.
8
9
+Fix a bug where some TypeScript `<` tokens didn't appear in the syntax tree.
10
11
## 1.4.20 (2024-12-02)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@lezer/javascript",
- "version": "1.4.20",
+ "version": "1.4.21",
"description": "lezer-based JavaScript grammar",
"main": "dist/index.cjs",
"type": "module",
0 commit comments