@codemirror/lang-javascript
Advanced tools
Changelog
6.2.2 (2024-02-20)
Fix a bug that would cause self-closing JSX tags to have another closing tag inserted when typing the final '>'.
Changelog
6.2.1 (2023-08-28)
autoCloseTags
now generates two separate transactions, so that the completion can be undone separately.
Changelog
6.2.0 (2023-08-26)
Export a typescriptSnippets
array and include TypeScript keyword completions in the default support extension when in TypeScript mode.
Changelog
6.1.9 (2023-06-02)
Make sure scopeCompletionSource
doesn't try to complete property names that aren't simple identifier (such as numeric indices).
Changelog
6.1.7 (2023-04-19)
Fix overeager JSX tag closing inside attribute values and in self-closing tags.
Changelog
6.1.6 (2023-04-13)
Fix a bug that allowed autoCloseTags
to close JSX tags in JavaScript context.
Changelog
6.1.4 (2023-02-13)
Make sure code in JSX context can be commented correctly.