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.4
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.5
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 30, 2025

  1. Configuration menu
    Copy the full SHA
    78a8521 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Add folding for JSX elements and tags

    FIX: Support code folding of JSX elements and tags.
    
    Closes #16
    marijnh committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    a94cdcb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Fix missing inherited getters in enumeratePropertyCompletions

    FIX: When reading properties in `scopeCompletionSource`, use the original object, not a prototype.
    sirxemic authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    190b567 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Mark version 6.2.5

    marijnh committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    a202a00 View commit details
    Browse the repository at this point in the history
Loading