You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@codemirror/lang-javascript

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lang-javascript - npm Package Versions

234

6.2.4

Diff
m
marijn
published 6.2.4 •

Changelog

Source

6.2.4 (2025-05-14)

Bug fixes

Fix a crash in the esLint helper when a rule's meta.docs isn't defined.

Properly dedent lines starting with an opening curly brace below composite statements like for/while.

m
marijn
published 6.2.3 •

Changelog

Source

6.2.3 (2025-02-12)

Bug fixes

Disable JavaScript completions in JSX context.

m
marijn
published 6.2.2 •

Changelog

Source

6.2.2 (2024-02-20)

Bug fixes

Fix a bug that would cause self-closing JSX tags to have another closing tag inserted when typing the final '>'.

m
marijn
published 6.2.1 •

Changelog

Source

6.2.1 (2023-08-28)

Bug fixes

autoCloseTags now generates two separate transactions, so that the completion can be undone separately.

m
marijn
published 6.2.0 •

Changelog

Source

6.2.0 (2023-08-26)

New features

Export a typescriptSnippets array and include TypeScript keyword completions in the default support extension when in TypeScript mode.

m
marijn
published 6.1.9 •

Changelog

Source

6.1.9 (2023-06-02)

Bug fixes

Make sure scopeCompletionSource doesn't try to complete property names that aren't simple identifier (such as numeric indices).

m
marijn
published 6.1.8 •

Changelog

Source

6.1.8 (2023-05-13)

Bug fixes

Stop completing keywords after . tokens.

m
marijn
published 6.1.7 •

Changelog

Source

6.1.7 (2023-04-19)

Bug fixes

Fix overeager JSX tag closing inside attribute values and in self-closing tags.

m
marijn
published 6.1.6 •

Changelog

Source

6.1.6 (2023-04-13)

Bug fixes

Fix a bug that allowed autoCloseTags to close JSX tags in JavaScript context.

m
marijn
published 6.1.5 •

Changelog

Source

6.1.5 (2023-04-04)

Bug fixes

Make TypeScript object type syntax foldable.