10000 Mark version 1.4.19 · lezer-parser/javascript@04cf4a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04cf4a0

Browse files
committed
Mark version 1.4.19
1 parent 075debc commit 04cf4a0

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.19 (2024-10-08)
2+
3+
### Bug fixes
4+
5+
Support question marks after method names in TypeScript object type notation.
6+
7+
Support bracketed property names in TypeScript object types.
8+
9+
Allow TypeScript interface declarations to extend multiple types.
10+
111
## 1.4.18 (2024-09-17)
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.18",
3+
"version": "1.4.19",
44
"description": "lezer-based JavaScript grammar",
55
"main": "dist/index.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)
0