This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Commit 67ac77c
committed
Omit non-simple-identifier names in scopeCompletionSource
FIX: Make sure `scopeCompletionSource` doesn't try to complete property names
that aren't simple identifier (such as numeric indices).
See https://discuss.codemirror.net/t/javascripts-scopecompletionsource-yields-properties-that-are-inaccessable-with-the-obj-prop-syntax/66061 parent c1e63e9 commit 67ac77c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments