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 1979f0d commit 9c41d68Copy full SHA for 9c41d68
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.11.3 (2025-08-15)
2
+
3
+### Bug fixes
4
5
+Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.
6
7
## 6.11.2 (2025-06-27)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.11.2",
+ "version": "6.11.3",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments