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/language
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.9.2
Choose a base ref
...
head repository: codemirror/language
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.9.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 10, 2023

  1. Don't leak node types when a stream language is defined over and over

    FIX: Fix an issue in `StreamLanguage` where it ran out of node type ids if you repeatedly
    redefined a language with the same token table.
    
    Closes codemirror/dev#1296
    marijnh committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    34f43e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Mark version 6.9.3

    marijnh committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    24d3001 View commit details
    Browse the repository at this point in the history
Loading