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.68.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.70.0
Choose a head ref
  • 18 commits
  • 297 files changed
  • 7 contributors

Commits on Feb 23, 2022

  1. refactor: some code and type fixes (#4413)

    * use readonly set
    
    * refactor: re-use Array.prototype.map, remove Array.from map function
    
    * refactor: remove else block
    
    * refactor: use logical nullish assignment
    
    * fix: types
    
    * fix: add generic parameters for Map
    
    * refactor: simplify
    
    * fix: remove type assertion
    
    * refactor: create map instance only once
    
    * refactor: use object.entries over .keys
    
    * refactor: simplify
    
    * refactor: simplify
    
    * remove unnecassary .values call
    
    * refactor: simplify, use substring
    
    * remove unnecassary .entries
    
    * refactor: simplify
    
    * fix: replace deprecated .substr with .substring
    
    * Revert "refactor: re-use Array.prototype.map, remove Array.from map function"
    
    This reverts commit 055f4a0.
    
    * add comment
    
    * fix hash update
    
    * remove initial id base assignment
    
    * remove breaks, return early
    
    * remove default case
    
    * return early
    
    * add generic type parameters, remove eslint-disable
    
    * use object shorthand
    
    * order nit
    
    * reference from this
    
    * simplify, use map/filter
    dnalborczyk authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    275dc2f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. chore: bump deps (#4418)

    * chore: bump deps
    
    * chore: fix tests
    dnalborczyk authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    11bd9d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Make namespace @@toStringTag "Module" non-enumerable (#4378)

    * test: namespace export should have @@toStringTag with correct property descriptors
    
    * add additional Object.assign and object spread test cases
    
    * add more asserts
    
    * use deepStrictEqual
    
    * Make toStringTag non-enumerable for dynamic namespaces
    
    * Make toStringTag non-enumerable for interop namespaces
    
    * Do not freeze merged namespaces twice
    
    * Generate toStringTag in merged namespaces
    
    * Simplify output by defining properties together
    
    * Deprecate namespaceToStringTag in favour of generatedCode.symbols
    
    * Deprecate namespaceToStringTag in favour of generatedCode.symbols
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b74cb92 View commit details
    Browse the repository at this point in the history
  2. Properly handle upper directories as external dependencies (#4419)

    * Allow external directory imports
    
    * Allow external directory imports
    
    * Fix plugin name
    
    * Test on Windows
    
    * Test on Windows
    lukastaegert authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    0b60dd8 View commit details
    Browse the repository at this point in the history
  3. Improve the error prompt and output the error file name (#4421)

    * Improve the error prompt and output the error file name
    
    * Fix test
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    5a53919 View commit details
    Browse the repository at this point in the history
  4. Update 999-big-list-of-options.md (#4423)

    Fix typo "into into" -> "into"
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    leoj3n and lukastaegert authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b418337 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    lukastaegert committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    9f83a2f View commit details
    Browse the repository at this point in the history
  6. 2.69.0

    lukastaegert committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    10dc326 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. fix(sourcemap): fall back to low-resolution line mapping (#4334)

    * fix(sourcemap): fall back to low-resolution line mapping
    
    …inside `Link.traceSegment` instead of returning null, so that a low-resolution sourcemap preceding a high-resolution sourcemap in the sourcemap chain doesn't fail.
    
    * fix: fall back to low resolution mapping in `getOriginalLocation`
    
    * Generalize low-resolution sourcemap handling and add tests
    
    * Slightly speed up mapping generation
    
    * Improve coverage
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    b255b52 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    9df18f0 View commit details
    Browse the repository at this point in the history
  3. 2.69.1

    lukastaegert committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    994c1ec View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    9c8894e View commit details
    Browse the repository at this point in the history
  2. Treat unknown prototype props as unknown (#4428)

    * Treat unknown prototype methods as unknown
    
    * Improve coverage
    lukastaegert authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    84c0ea3 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    lukastaegert committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    102e006 View commit details
    Browse the repository at this point in the history
  4. 2.69.2

    lukastaegert committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    6881753 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Do not abort watch mode on errors in watchChange (#4427)

    * Recovers from errors in the watchChange hook
    
    * Also emit END event
    
    * Fix direct npm install
    
    * Await watchChange and closeWatcher hooks
    
    * Extract emitter and improve coverage
    
    * Update docs
    lukastaegert authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    cf75d71 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    83c5a1c View commit details
    Browse the repository at this point in the history
  3. 2.70.0

    lukastaegert committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    6d8924c View commit details
    Browse the repository at this point in the history
Loading