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.3.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: v4.5.0
Choose a head ref
  • 12 commits
  • 172 files changed
  • 6 contributors

Commits on Nov 10, 2023

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

    * chore(deps): lock file maintenance minor/patch updates
    
    * Manually fix vulnerabilities in lockfile
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    renovate[bot] and lukastaegert authored Nov 10, 2023
    1 Configuration menu
    Copy the full SHA
    ac32f83 View commit details
    Browse the repository at this point in the history
  2. fix: allow the name of Rollup Error to be modified (#5240)

    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    TrickyPi and lukastaegert authored Nov 10, 2023
    1 Configuration menu
    Copy the full SHA
    ef3be44 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Ensure --forceExit works without warning (#5245)

    Ensure force-exit actually works
    lukastaegert authored Nov 11, 2023
    1 Configuration menu
    Copy the full SHA
    ae249cb View commit details
    Browse the repository at this point in the history
  2. 4.3.1

    lukastaegert committed Nov 11, 2023
    2 Configuration menu
    Copy the full SHA
    52c55bb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. perf: run lint while constructing nodes (#5207)

    * wip: remove swc_ecma_lints
    
    * wip: duplicate_bindings rule
    
    * wip: disallow assign to import
    
    * wip: duplicate_exports rule
    
    * wip: no_dupe_args
    
    * Improve catch clause scoping and add more tests
    
    * Use enum for variable kinds
    
    * Handle variable and import redeclarations and duplicate parameters
    
    * Detect nested conflictes with hoisted variables
    
    * Handle redeclared parameters
    
    * Attempt to improve scoping
    
    * Fix catch scoping
    
    TODO: Parameter redeclaration
    
    * Fix remaining tests
    
    * Update TODOs
    
    * Improve coverage
    
    * Fix nested catch scope hoisting
    
    * Improve coverage
    
    * Improve coverage
    
    * Improve coverage
    
    * hasExportNamedAs -> assertUniqueExportName
    
    * extract `specifier.local.name` as `localName`
    
    * Improve handling of missing entry exports
    
    Otherwise, it will throw an internal error
    
    * Use forceExit to fix failing MacOS CI
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    3 people authored Nov 12, 2023
    1 Configuration menu
    Copy the full SHA
    fe6cb3a View commit details
    Browse the repository at this point in the history
  2. 4.4.0

    lukastaegert committed Nov 12, 2023
    2 Configuration menu
    Copy the full SHA
    53d6360 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. 1 Configuration menu
    Copy the full SHA
    70b7b90 View commit details
    Browse the repository at this point in the history
  2. 4.4.1

    lukastaegert committed Nov 14, 2023
    2 Configuration menu
    Copy the full SHA
    01d8c9d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

    * chore(deps): lock file maintenance minor/patch updates
    
    * Fix linting
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    renovate[bot] and lukastaegert authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c91babd View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1df8b49 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Error for armv7 musl build (#5255)

    * Sort build targets
    
    * Add error for missing arm musl build
    
    * Cancel in-progress REPL builds
    lukastaegert authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    86bdd2b View commit details
    Browse the repository at this point in the history
  2. 4.5.0

    lukastaegert committed Nov 18, 2023
    1 Configuration menu
    Copy the full SHA
    86efc76 View commit details
    Browse the repository at this point in the history
Loading