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.54.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: v2.56.2
Choose a head ref
  • 18 commits
  • 271 files changed
  • 6 contributors

Commits on Jul 27, 2021

  1. Fix incorrect watcher event documentation (#4191)

    The watcher event has an `output` property, not an `outputFiles` property
    plmrry authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    824c53f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Use mutable bindings for default exports (#4182)

    Escape "default" when used as named export
    Create new variable for TDZ default exports
    lukastaegert authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9a23190 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    05b129e View commit details
    Browse the repository at this point in the history
  3. 2.55.0

    lukastaegert committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e88c5c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Align batch warning for UNUSED_EXTERNAL_IMPORT to individual warning (#…

    …4194)
    
    * Align batch warning for UNUSED_EXTERNAL_IMPORT to individual warning
    
    * assume not undefined
    
    * prettier
    
    * prettier
    
    * prettier
    
    * quotes
    
    * double quotes
    benmccann authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    586cb38 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6581b87 View commit details
    Browse the repository at this point in the history
  3. 2.55.1

    lukastaegert committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    97759be View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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

Commits on Aug 5, 2021

  1. Refine SystemJS export rendering (#4199)

    * Refine SystemJS export rendering
    
    * Improve coverage
    lukastaegert authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    b34a411 View commit details
    Browse the repository at this point in the history
  2. Restrict parallel execution of load hook as well. (#4200)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    schummar and lukastaegert authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    f11aed1 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    lukastaegert committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    d4375ee View commit details
    Browse the repository at this point in the history
  4. 2.56.0

    lukastaegert committed Aug 5, 2021
    1 Configuration menu
    Copy the full SHA
    ffd5cad View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. 1 Configuration menu
    Copy the full SHA
    039420b View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Aug 8, 2021
    1 Configuration menu
    Copy the full SHA
    9ed54f2 View commit details
    Browse the repository at this point in the history
  3. 2.56.1

    lukastaegert committed Aug 8, 2021
    1 Configuration menu
    Copy the full SHA
    2a097a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Do not create invalid code when simplifying object pattern assignments (

    #4204)
    
    * Do not create invalid code when simplifying object pattern assignments
    
    * Use renderedSurroundingElement as sole reason for adding parentheses
    lukastaegert authored Aug 10, 2021
    1 Configuration menu
    Copy the full SHA
    4224666 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Aug 10, 2021
    1 Configuration menu
    Copy the full SHA
    8b47c1e View commit details
    Browse the repository at this point in the history
  3. 2.56.2

    lukastaegert committed Aug 10, 2021
    1 Configuration menu
    Copy the full SHA
    2f74020 View commit details
    Browse the repository at this point in the history
Loading