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: v3.20.2
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.20.4
Choose a head ref
  • 9 commits
  • 49 files changed
  • 7 contributors

Commits on Apr 1, 2023

  1. chore: repl style add scoped (#4925)

    * chore: repl style add scoped
    
    * fix: judgment condition
    btea authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    0bcf0a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. 1 Configuration menu
    Copy the full SHA
    7d62c65 View commit details
    Browse the repository at this point in the history
  2. Bump peter-evans/create-or-update-comment from 2 to 3 (#4935)

    Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3.
    - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
    - [Commits](peter-evans/create-or-update-comment@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-or-update-comment
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    dependabot[bot] and lukastaegert authored Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    6e1624a View commit details
    Browse the repository at this point in the history
  3. docs: Update the x_google_ignorelist url (#4926)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    jecfish and lukastaegert authored Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    6868eb4 View commit details
    Browse the repository at this point in the history
  4. Allow shouldTransformCachedModule to return null (#4932)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    bluwy and lukastaegert authored Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    c4cb264 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Improve memory usage for parameter deoptimizations (#4938)

    * Try to improve memory consumption when deoptimizing call parameters
    
    * Avoid seemingly unnecessary optimization
    
    * Merge thisArgs into args so that args is a unique identifier for interactions
    
    * Add limit for tracked interactions
    
    * Remove caches after clearing them
    
    * Add more safeguards
    
    * Fix access
    
    * 3.20.3-0
    lukastaegert authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    bd675b1 View commit details
    Browse the repository at this point in the history
  2. 3.20.3

    lukastaegert committed Apr 16, 2023
    1 Configuration menu
    Copy the full SHA
    ab33645 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. fix: handle conditional breaks in nested switch statement cases (#4937)

    * fix: add a new InclusionContext prop existedBroken
    
    * test: tweak test
    
    * Rework using labels
    
    * Use flags over labels for simplicity and performance
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    TrickyPi and lukastaegert authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    baa0311 View commit details
    Browse the repository at this point in the history
  2. 3.20.4

    lukastaegert committed Apr 17, 2023
    1 Configuration menu
    Copy the full SHA
    bb77bd0 View commit details
    Browse the repository at this point in the history
Loading