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.1.8
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.1.9
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on May 25, 2023

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

Commits on Jun 2, 2023

  1. Omit non-simple-identifier names in scopeCompletionSource

    FIX: Make sure `scopeCompletionSource` doesn't try to complete property names
    that aren't simple identifier (such as numeric indices).
    
    See https://discuss.codemirror.net/t/javascripts-scopecompletionsource-yields-properties-that-are-inaccessable-with-the-obj-prop-syntax/6606
    marijnh committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    67ac77c View commit details
    Browse the repository at this point in the history
  2. Mark version 6.1.9

    marijnh committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f85a0ca View commit details
    Browse the repository at this point in the history
Loading