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: mrbbp/language-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: atom/language-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 4 files changed
  • 4 contributors

Commits on Mar 28, 2021

  1. ⬆️ update tree-sitter packages to 0.19.0

    My operators pr is almost not blocked now!
    icecream17 authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    3b60b4d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

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

Commits on Sep 3, 2021

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

Commits on Sep 29, 2021

  1. Merge pull request atom#704 from icecream17/patch-2

    Remove windows-build installation step
    darangi authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    12ca120 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Install the exact version instead of range

    ^version means install any version that is compatible with the range.
    This means npm can even install tree-sitter-javascript version 0.15
    since in semver 0.15 should be compatible with 0.19. tree-sitter seems
    to have broken semver. 0.15 is not compatible with 0.19
    sadick254 committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    d1cc4e8 View commit details
    Browse the repository at this point in the history
  2. Remove windows build tools

    sadick254 committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    7473342 View commit details
    Browse the repository at this point in the history
  3. Merge pull request atom#708 from atom/exact-versions

    Install the exact version instead of range
    sadick254 authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    9086287 View commit details
    Browse the repository at this point in the history
  4. Prepare v0.134.2 release

    sadick254 committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    72c8b9d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Fix atom#697

    This is a copy of atom#698, but remade so that there's only 1 commit and so that the tests are reflected as passing.
    icecream17 authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    5c5b749 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Merge pull request atom#709 from icecream17/patch-2

    Add AggregateError to non-tree-sitter classes
    darangi authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    aa2bef6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. add sunset message

    darangi committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    91ca164 View commit details
    Browse the repository at this point in the history
Loading