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 310e46e commit 7f67688Copy full SHA for 7f67688
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.10.5 (2024-11-27)
2
+
3
+### Bug fixes
4
5
+Fix an issue where a `StreamLanguage` could get confused when trying to reuse existing parse data when the parsed range changed.
6
7
## 6.10.4 (2024-11-24)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.10.4",
+ "version": "6.10.5",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments