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.17.12
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.18.0
Choose a head ref
  • 15 commits
  • 570 files changed
  • 10 contributors

Commits on May 16, 2022

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

Commits on May 17, 2022

  1. update yarn lock (#14558)

    JLHwung authored May 17, 2022
    Configuration menu
    Copy the full SHA
    2359c4f View commit details
    Browse the repository at this point in the history
  2. Add typings for archived syntax plugins (#14544)

    * add typings for archived syntax plugins
    
    * generate archived-libs typings
    
    * add node 14 build support
    
    * remove unused plugin
    JLHwung authored May 17, 2022
    Configuration menu
    Copy the full SHA
    060e983 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4266fef View commit details
    Browse the repository at this point in the history
  4. Fix parsing of < after object literals with the jsx plugin (#14557)

    fix: manipulate state.canStartJSXElement before eating braceR
    JLHwung authored May 17, 2022
    Configuration menu
    Copy the full SHA
    9156230 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d12808 View commit details
    Browse the repository at this point in the history
  6. Do not create multiple copies of comments when cloning nodes (#14551)

    * fix cloneNode with comments
    
    * review
    
    * fix typo
    liuxingbaoyu authored May 17, 2022
    Configuration menu
    Copy the full SHA
    a3a63d2 View commit details
    Browse the repository at this point in the history
  7. Pass filename to importInterop method (#14456)

    Co-authored-by: Nick Heiner <nheiner@netflix.com>
    Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
    3 people authored May 17, 2022
    Configuration menu
    Copy the full SHA
    92ffff4 View commit details
    Browse the repository at this point in the history
  8. [ts] Add support for instantiation expressions (#14457)

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    nicolo-ribaudo and bradzacher authored May 17, 2022
    Configuration menu
    Copy the full SHA
    d6ff919 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59d24a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6415f09 View commit details
    Browse the repository at this point in the history
  11. Transform destructuring private (#14304)

    Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
    Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
    3 people authored May 17, 2022
    Configuration menu
    Copy the full SHA
    1daded5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. feat: add import-assertions to shippedProposals (#14556)

    * feat: add import-assertions to shippedProposals
    
    * fix: import assertions are independent of targets
    JLHwung authored May 19, 2022
    Configuration menu
    Copy the full SHA
    e57d081 View commit details
    Browse the repository at this point in the history
  2. Inline regeneratorRuntime as a normal helper (#14538)

    Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
    nicolo-ribaudo and babel-bot authored May 19, 2022
    Configuration menu
    Copy the full SHA
    e0a2a71 View commit details
    Browse the repository at this point in the history
  3. v7.18.0

    nicolo-ribaudo committed May 19, 2022
    Configuration menu
    Copy the full SHA
    2d5f5ad View commit details
    Browse the repository at this point in the history
Loading