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 0f89f5b commit 2c20fddCopy full SHA for 2c20fdd
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.4.17 (2024-06-11)
2
+
3
+### Bug fixes
4
5
+Add support for `{-readonly [K in T]-?: U}` TypeScript syntax.
6
7
## 1.4.16 (2024-05-04)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@lezer/javascript",
- "version": "1.4.16",
+ "version": "1.4.17",
"description": "lezer-based JavaScript grammar",
"main": "dist/index.cjs",
"type": "module",
0 commit comments