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: v4.9.2
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.5
Choose a head ref
  • 13 commits
  • 89 files changed
  • 8 contributors

Commits on Jan 4, 2024

  1. fix: Add estree.Program type to rollup.d.ts (#5323)

    * Includes Program type from estree
    
    * Add @types/estree as a dependency
    
    * Remove annotation type from the official type file
    
    * Fix JSDoc types for internal scripts
    
    * Change ProgramAst to ProgramNode
    
    ProgramAst is a tautology as a Program IS the AST.
    In the future, we may need names for other AST nodes,
    so a naming scheme XXXNode should work well.
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    TrickyPi and lukastaegert authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8520c55 View commit details
    Browse the repository at this point in the history
  2. Correctly handling __proto__ export as module object key (#5313)

    * handling __proto__
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling string key
    
    * handling __proto__ key
    
    * handling string name
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling string name
    
    * hanlding __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling string name
    
    * handling string name
    
    * handling string name
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    LongTengDao authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    75bb7fa View commit details
    Browse the repository at this point in the history
  3. docs: fix grammar (#5326)

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

Commits on Jan 5, 2024

  1. chore(deps): update dependency @vue/eslint-config-prettier to v9 (#5329)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    97562ca View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance minor/patch updates (#5330)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2fe215d View commit details
    Browse the repository at this point in the history
  3. 4.9.3

    lukastaegert committed Jan 5, 2024
    1 Configuration menu
    Copy the full SHA
    4ab3ad3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Handle pure annotations that are separated by a comment (#5332)

    Handles pure annotations that are separated by a comment
    lukastaegert authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    c249413 View commit details
    Browse the repository at this point in the history
  2. Correctly handling number key (#5328)

    * handling __proto__
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling string key
    
    * handling __proto__ key
    
    * handling string name
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling string name
    
    * hanlding __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling string name
    
    * handling string name
    
    * handling string name
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * handling __proto__ key
    
    * Correctly handling number key
    
    * Correctly handling number key
    
    * Correctly handling number key
    LongTengDao authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    47e9bd1 View commit details
    Browse the repository at this point in the history
  3. 4.9.4

    lukastaegert committed Jan 6, 2024
    1 Configuration menu
    Copy the full SHA
    1837203 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    6b31fea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e37b05c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. chore(deps): lock file maintenance minor/patch updates (#5338)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d546732 View commit details
    Browse the repository at this point in the history
  2. 4.9.5

    lukastaegert committed Jan 12, 2024
    1 Configuration menu
    Copy the full SHA
    7fa474c View commit details
    Browse the repository at this point in the history
Loading