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

Skip to content

Commit b3775dc

Browse files
committed
Mark version 1.4.16
1 parent 034abc8 commit b3775dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.4.16 (2024-05-04)
2+
3+
### Bug fixes
4+
5+
Don't consume `?.` tokens when followed by a digit.
6+
7+
Support type arguments on non-call expressions.
8+
19
## 1.4.15 (2024-04-23)
210

311
### 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.15",
3+
"version": "1.4.16",
44
"description": "lezer-based JavaScript grammar",
55
"main": "dist/index.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)
0