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.0
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.1
Choose a head ref
  • 9 commits
  • 67 files changed
  • 6 contributors

Commits on Jul 26, 2024

  1. 1 Configuration menu
    Copy the full SHA
    3e336c6 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    d0784f4 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    5ddaac4 View commit details
    Browse the repository at this point in the history
  4. Test eslint plugin against eslint 9 (#16663)

    * test eslint-* against eslint 9
    
    * test: provide eslintConfigCompat for older eslint version tests
    
    * update NodeGte12NoESM test
    
    * Merge two tests
    
    The ESLint tests will be run against Node >= 12 only, so nodeGte12NoESM implies itNoESM, which can be merged with itESM into it.
    
    * updat babel e2e patches
    
    * use eslint.config.mjs for eslint-plugin-import integration test
    
    * update duplicated-babel-parser test to ESLint 9
    
    * yarn dedupe
    
    * bump eslint to 9.7.0
    JLHwung authored Jul 26, 2024
    1 Configuration menu
    Copy the full SHA
    beb3d69 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. 1 Configuration menu
    Copy the full SHA
    30b4473 View commit details
    Browse the repository at this point in the history
  2. fix: improve variable declarator removal (#16587)

    * fix: fixed issue16583 + test
    
    * modified getBinding to getOwnBinding (same scope)
    
    * reverted babel-plugin-proposal-do-expressions back
    
    * refactor: moved fix from scope/index.ts to path/removal.ts
    
    * add fail test
    
    * fix
    
    * review
    
    * Update packages/babel-traverse/test/fixtures/scope/remove-nested-let-path/plugin.js
    
    Co-authored-by: Nicolò Ribaudo <[email protected]>
    
    * review
    
    * Update packages/babel-traverse/src/path/lib/removal-hooks.ts
    
    ---------
    
    Co-authored-by: Babel Bot <[email protected]>
    Co-authored-by: Nicolò Ribaudo <[email protected]>
    3 people authored Jul 27, 2024
    1 Configuration menu
    Copy the full SHA
    801d3cb View commit details
    Browse the repository at this point in the history
  3. fix: support JSXFrament in react-constant-elements transform (#16582)

    * fix: plugin react-constant-elements transform JSXFrament not add container
    
    * test: add a jsx-in-frament test case for plugin-react-constant-elements
    
    * feat: hoist JSXFragment if possible
    
    * add more test cases
    
    ---------
    
    Co-authored-by: Huáng Jùnliàng <[email protected]>
    keiseiTi and JLHwung authored Jul 27, 2024
    1 Configuration menu
    Copy the full SHA
    026c8b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. 1 Configuration menu
    Copy the full SHA
    0acf0ac View commit details
    Browse the repository at this point in the history
  2. v7.25.1

    babel-bot committed Jul 28, 2024
    1 Configuration menu
    Copy the full SHA
    6bfc823 View commit details
    Browse the repository at this point in the history
Loading