Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codemirror/lang-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.2.2
Choose a base ref
...
head repository: codemirror/lang-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.2.4
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 24, 2024

  1. Prevent autocomplete when in JSX

    FIX: Disable JavaScript completions in JSX context.
    
    See #14
    krismuniz authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    1d8e74b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. Add a usage section to readme

    marijnh committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    b994686 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Mark version 6.2.3

    marijnh committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    9f86da0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Fix crash in esLint linter when meta.docs is undefined for a rule

    FIX: Fix a crash in the `esLint` helper when a rule's `meta.docs` isn't defined.
    yeonjuan authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    6a735f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. Properly reindent lines starting with an opening brace below composit…

    …e statements
    
    FIX: Properly dedent lines starting with an opening curly brace below
    composite statements like `for`/`while`.
    
    See https://discuss.codemirror.net/t/can-i-use-allman-style-on-codemirror/9105
    marijnh committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    fc71e46 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Mark version 6.2.4

    marijnh committed May 14, 2025
    Configuration menu
    Copy the full SHA
    2b48f4d View commit details
    Browse the repository at this point in the history
Loading