Thanks to visit codestin.com Credit goes to github.com
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 67ac77c commit f85a0caCopy full SHA for f85a0ca
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.1.9 (2023-06-02)
2
+
3
+### Bug fixes
4
5
+Make sure `scopeCompletionSource` doesn't try to complete property names that aren't simple identifier (such as numeric indices).
6
7
## 6.1.8 (2023-05-13)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-javascript",
- "version": "6.1.8",
+ "version": "6.1.9",
"description": "JavaScript language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments