Thanks to visit codestin.com
Credit goes to github.com

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.61.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.62.0
Choose a head ref
  • 13 commits
  • 36 files changed
  • 5 contributors

Commits on Dec 17, 2021

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

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    5d43bd6 View commit details
    Browse the repository at this point in the history
  2. Expose isIncluded in module info (#4305)

    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    william57m and lukastaegert authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    a37e6ad View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. feat: add additional string prototype methods (#4299)

    * fix: add missing string prototype methods
    
    * fix string.prototype.match + .matchAll
    
    * fix string.prototype.at + .codePointAt
    
    * add remaining deprecated string prototype methods
    
    * add string prototype toString (not inherited from object)
    
    * remove deprecated comments
    dnalborczyk authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    83af3aa View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. fix: fsevents integration (#4312)

    * fix: fsevents integration
    
    * refactor: convert to async function
    dnalborczyk authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    48f0e31 View commit details
    Browse the repository at this point in the history
  2. ci: add macos to pipeline (#4307)

    * ci: add macos to pipeline
    
    * ci: add intermediate node.js lts versions
    
    * Only run latest and oldest for non-Linux Node versions
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    e17a379 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. feat: add additional array prototype methods (#4309)

    * feat: add additional array prototype methods
    
    * add string prototype toString, toLocalString (not inherited from object)
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    dnalborczyk and lukastaegert authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    473568c View commit details
    Browse the repository at this point in the history
  2. Add Deno instructions to docs (#4311)

    * Add Deno instructions to docs
    
    Fixes #4310
    
    * Fix typo
    
    * Format
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    jespertheend and lukastaegert authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    84d2382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9927fda View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. fix: replace type assertion with type guard (#4302)

    * fix: replace type assertion with type guard
    
    * replace another assertion with type guard
    
    * Review comments
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Dec 24, 2021
    Configuration menu
    Copy the full SHA
    a993426 View commit details
    Browse the repository at this point in the history
  2. refactor: re-use reserved names set (#4304)

    * refactor: re-use reserved names set
    
    * refactor: export set as default, rename to reserved words, make set readonly
    
    * refactor: extract builtins, make readonly set
    
    * refactor: order set
    
    * Unify reserved names
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Dec 24, 2021
    Configuration menu
    Copy the full SHA
    edb7982 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    lukastaegert committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    0a905e2 View commit details
    Browse the repository at this point in the history
  4. 2.62.0

    lukastaegert committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    81ce56f View commit details
    Browse the repository at this point in the history
Loading