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.70.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.70.2
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 15, 2022

  1. use void for options hook instead of undefined (#4463)

    * use void for options hook instead of undefined
    
    currently we are required to return in the options hook. this change would allow the options hook to have no return value.
    
    * Use void in more places
    
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    ycmjason and lukastaegert authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    ab21fdb View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    2e10ad4 View commit details
    Browse the repository at this point in the history
  3. 2.70.2

    lukastaegert committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    030c56f View commit details
    Browse the repository at this point in the history
Loading