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.66.1
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.67.0
Choose a head ref
  • 12 commits
  • 195 files changed
  • 4 contributors

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    4e124d8 View commit details
    Browse the repository at this point in the history
  2. fix: more types (#4361)

    * remove type assertion
    
    * use type imports
    
    * simplify creating Set
    
    * use ternary to assign type (remove any)
    
    * use readonly, add set types, use type imports
    
    * use more readonly
    
    * use type inference
    
    * stricter types, use more readonly
    
    * remove type assertion + comment
    
    * use const + new var
    
    * add return types
    
    * make plugincontexts readonly, simplify construction
    
    * more readonly, type imports
    
    * add return types, fix return values
    
    * combine if/else
    
    * consistency: use arrow functions to pass 'this' context
    
    * consistency: use more arrow functions to pass this context
    
    * Revert "consistency: use more arrow functions to pass this context"
    
    This reverts commit 437e90b.
    
    * Revert "consistency: use arrow functions to pass 'this' context"
    
    This reverts commit e331522.
    
    * Revert "add return types, fix return values"
    
    This reverts commit b841c99.
    
    * use type imports
    
    * use more readonly
    
    * replace any with unknown
    
    * use as const
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    dnalborczyk and lukastaegert authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    7194b88 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. refactor: use fs, fs-extra, remove sander (#4319)

    * refactor: use fs.readFileSync
    
    * refactor: use fs.existsSync
    
    * refactor: use fs.writeFileSync
    
    * refactor: use fs.unlinkSync
    
    * refactor: use fs.readdirSync
    
    * refactor: use fs-extra.removeSync
    
    * refactor: use fs-extra.copy/copySync
    
    * remove sander
    
    * fix test
    dnalborczyk authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    042933a View commit details
    Browse the repository at this point in the history
  2. feat: add Array.prototype.groupBy/groupByToMap (#4360)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    dnalborczyk and lukastaegert authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    5364114 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    4611705 View commit details
    Browse the repository at this point in the history
  2. refactor: use fs.promises in module loader (#4372)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    dnalborczyk and lukastaegert authored Jan 30, 2022
    Configuration menu
    Copy the full SHA
    50f46bc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Fix typo in _config.js (#4375)

    paramter -> parameter
    eltociear authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    d57cfa0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Deprecate hasModuleSideEffects in favor of moduleSideEffects and ensu…

    …re it is mutable on ModuleInfo (#4379)
    
    * Deprecate hasModuleSideEffects in favor of moduleSideEffects and ensure it is mutable on ModuleInfo
    
    * Add notes about ModuleInfo reliability
    lukastaegert authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    e0b1060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f420a01 View commit details
    Browse the repository at this point in the history
  3. refactor: fs.promises, move mkdir to writeoutputfile, Part 3 (#4376)

    * refactor: simplify, add return type
    
    * use alias fs in tests
    
    * refactor: move mkdir to writeoutputfile
    
    * refactor: replace indexof with includes
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    dnalborczyk and lukastaegert authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    d3ed80c View commit details
    Browse the repository at this point in the history
  4. Update changelog

    lukastaegert committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    f6e272c View commit details
    Browse the repository at this point in the history
  5. 2.67.0

    lukastaegert committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    61d772b View commit details
    Browse the repository at this point in the history
Loading