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: babel/babel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.25.8
Choose a base ref
...
head repository: babel/babel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.25.9
Choose a head ref
  • 14 commits
  • 393 files changed
  • 4 contributors

Commits on Oct 10, 2024

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

Commits on Oct 11, 2024

  1. Update test262 (#16900)

    babel-bot authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8478bf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Analyze ClassAccessorProperty to prevent the no-undef rule (#16884)

    * Analyze `ClassAccessorProperty` to prevent the `no-undef` rule
    
    a.js:
    
    ```js
    class A {
      accessor b;
    }
    ```
    
    Current and expected behavior:
    
    ```bash
    npx eslint a.js
    ```
    
    ```
    a.js
      2:11  error  'b' is not defined  no-undef
    
    ✖ 1 problem (1 error, 0 warnings)
    ```
    
    * add class accessor tests
    
    * fix typo in article
    victorenator authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    33d705e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    9387f0d View commit details
    Browse the repository at this point in the history
  2. Update compat data (#16909)

    chore: update compat data to f34a7648d08c66a6f6306725e1de6f5846f0df89
    babel-bot authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    490a330 View commit details
    Browse the repository at this point in the history
  3. Update test262 (#16910)

    chore: update test262 to 0645461999632a17426e45d044ee519a0f07d022
    babel-bot authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f594ee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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

Commits on Oct 20, 2024

  1. perf: Make VISITOR_KEYS etc. faster to access (#16918)

    * perf
    
    * review
    
    * review
    liuxingbaoyu authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    d20b314 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    0a613d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af91759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    536d703 View commit details
    Browse the repository at this point in the history
  4. v7.25.9

    babel-bot committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b07957e View commit details
    Browse the repository at this point in the history
Loading