10000
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 075debc commit 04cf4a0Copy full SHA for 04cf4a0
CHANGELOG.md
@@ -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
11
## 1.4.18 (2024-09-17)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@lezer/javascript",
- "version": "1.4.18",
+ "version": "1.4.19",
"description": "lezer-based JavaScript grammar",
"main": "dist/index.cjs",
"type": "module",
0 commit comments