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: rollup/rollup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.75.4
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.75.5
Choose a head ref
  • 4 commits
  • 55 files changed
  • 2 contributors

Commits on Jun 1, 2022

  1. Try to make logical expression deoptimization more robust (#4519)

    * Try to make logical expression deoptimization more robust
    
    * Share argument rendering logic between call and new expression
    
    Solves an issue where trying to render a non-included argument crashes
    lukastaegert authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    696ebd3 View commit details
    Browse the repository at this point in the history
  2. Roll back parameter default tree shaking (#4520)

    * Add more regression tests
    
    * Remove call parameter deoptimization
    
    * Remove includeWithoutParameterDefaults
    
    * Remove default parameter tree-shaking logic
    
    * Clean up deoptimizations
    
    * Clean up deoptimizations
    lukastaegert authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    96cf84e View commit details
    Browse the repository at this point in the history
  3. Update changelog

    lukastaegert committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    f1c1f1f View commit details
    Browse the repository at this point in the history
  4. 2.75.5

    lukastaegert committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    14dedb5 View commit details
    Browse the repository at this point in the history
Loading