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: v4.17.0
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.17.2
Choose a head ref
  • 5 commits
  • 16 files changed
  • 3 contributors

Commits on Apr 29, 2024

  1. fix: parameter variable infinite recursion error (#5500)

    * fix: parameter variable infinite recursion error
    
    Ensure before hasEffects of function body (triggered by function call), the arguments are first provided
    
    * update test
    liuly0322 authored Apr 29, 2024
    1 Configuration menu
    Copy the full SHA
    571929f View commit details
    Browse the repository at this point in the history
  2. 4.17.1

    lukastaegert committed Apr 29, 2024
    1 Configuration menu
    Copy the full SHA
    dbf0a2e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Slightly improve perf report (#5501)

    * Avoid variable but move bootstrap script into package.json
    
    * Format the report as indented list to improve readability
    
    * Run also for forks but only if label is set
    
    We re-use the build repl artefacts label here
    
    * Only print deviations exceeding 2%
    
    * Make report more stable by discarding largest and smallest results
    lukastaegert authored Apr 30, 2024
    1 Configuration menu
    Copy the full SHA
    f39b24f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    89620aa View commit details
    Browse the repository at this point in the history
  3. 4.17.2

    lukastaegert committed Apr 30, 2024
    1 Configuration menu
    Copy the full SHA
    5e955a1 View commit details
    Browse the repository at this point in the history
Loading