@codemirror/lang-javascript
Advanced tools
Changelog
6.1.2 (2022-12-07)
Automatic tag closing in JSX now works for namespaced and member-expression tag names.
Changelog
6.1.0 (2022-09-20)
The completionPath
helper can now be used to find the object path to complete at a given position.
scopeCompletionSource
provides a completion source based on a scope object.
Changelog
6.0.2 (2022-07-21)
Fix the source
field in ESLint diagnostics to properly hold "eslint"
.
Fix (non-)auto indentation in template strings and comments.
Changelog
6.0.1 (2022-06-29)
Avoid completing variables/keywords in property or definition positions.
Fix a bug that broke local variable completion if JavaScript was parsed an overlay in an outer language.
Changelog
0.20.1 (2022-06-01)
localCompletionSource
(included in the support extensions returned from javascript
) now provides a way to complete locally-defined names.
Changelog
0.20.0 (2022-04-20)
The new autoCloseTags
extension (included by default in the javascript
language extension when jsx
is configured) finishes JSX closing tags when you type a >
or /
character.