8000 Mark version 1.4.21 · lezer-parser/javascript@2f52d81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f52d81

Browse files
committed
Mark version 1.4.21
1 parent d10ec79 commit 2f52d81

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 1.4.20 (2024-12-02)
212

313
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lezer/javascript",
3-
"version": "1.4.20",
3+
"version": "1.4.21",
44
"description": "lezer-based JavaScript grammar",
55
"main": "dist/index.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)
0