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.27.4
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.27.6
Choose a head ref
  • 18 commits
  • 247 files changed
  • 6 contributors

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    f772eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af333fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    112b05e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5faee28 View commit details
    Browse the repository at this point in the history
  5. Pack inForStatementInit to token context (#17336)

    * bench: update generater access
    
    * refactor: pack inForStatementInit to token context
    JLHwung authored May 30, 2025
    Configuration menu
    Copy the full SHA
    5507c5e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

  1. Update compat data (#17343)

    Co-authored-by: Huáng Jùnliàng <[email protected]>
    babel-bot and JLHwung authored May 31, 2025
    Configuration menu
    Copy the full SHA
    55c7379 View commit details
    Browse the repository at this point in the history
  2. Improve using declaration errors (#17333)

    * improve error message on `export default using`
    
    * improve error message on `declare using x`
    
    * add isUsing and isAwaitUsing
    
    * remove redundant code from merging
    
    * fix typo
    
    * remove startsAwaitUsing
    JLHwung authored May 31, 2025
    Configuration menu
    Copy the full SHA
    d3215a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

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

Commits on Jun 2, 2025

  1. Rename proposal explicit resource management (#17340)

    * rename proposal-explicit-resource-management to transform-explicit-resource-management
    
    * update library description
    
    * bump Babel/core version requirements to ^7.23.9
    
    * add deprecation reminder
    
    * remove outdated reminders
    
    * update reminder date
    JLHwung authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    f3fca59 View commit details
    Browse the repository at this point in the history
  2. fix: support async Babel plugin in eslint-parser (#17348)

    * Attempt to fix #17331
    
    * Split maybeParse
    
    * Apparently the async version of createConfigItem doesn't exist?
    
    * Add to mini-babel-core, and rename maybeParse to maybeParseSync and asyncMaybeParse to maybeParse
    
    * Use createConfigItemAsync
    
    * Hope this is sufficient for a test
    
    * Don't need an import
    
    * ope
    
    * review
    
    ---------
    
    Co-authored-by: Babel Bot <[email protected]>
    NullVoxPopuli and liuxingbaoyu authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    76f3c85 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

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

    babel-bot committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    746ae8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7191cdc View commit details
    Browse the repository at this point in the history
  4. Update babel 8 preset env fixtures (#17356)

    * test: revert preset-env debug syntax strip
    
    The debug test cases have been duplicated anyway
    
    * support stdout in generate-babel-7-tests
    
    * update test fixtures
    
    * add support for stderr
    JLHwung authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    7ba1afa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5293ce0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Ensure syntactic ordering when visiting array-type AST nodes (#17357)

    * fix: support node arrays in visitor_key order check
    
    * add legacy decorator object pattern test
    
    * fix incorrect visitor keys ordering
    
    * add generator regression test
    JLHwung authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    781e23e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdbf1b3 View commit details
    Browse the repository at this point in the history
  3. v7.27.6

    babel-bot committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    baa4cb8 View commit details
    Browse the repository at this point in the history
Loading