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.1.5
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.4.0
Choose a head ref
  • 19 commits
  • 170 files changed
  • 8 contributors

Commits on Oct 29, 2023

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

Commits on Oct 30, 2023

  1. Revert specifying rustfmt and clippy in toolchain file as it breaks R…

    …EPL build (#5232)
    
    * Specify toolchain components also in Github workflows
    
    * Revert added components as it breaks REPL build
    lukastaegert authored Oct 30, 2023
    1 Configuration menu
    Copy the full SHA
    17d33a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Render emtpy block comments after tree-shaken statements (#5231)

    Render emtpy blick comments after tree-shaken statements
    lukastaegert authored Oct 31, 2023
    1 Configuration menu
    Copy the full SHA
    835a7fa View commit details
    Browse the repository at this point in the history
  2. 4.1.6

    lukastaegert committed Oct 31, 2023
    2 Configuration menu
    Copy the full SHA
    5901e54 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    5865fbd View commit details
    Browse the repository at this point in the history
  4. perf: introduce parseAstAsync and parallelize parsing AST (#5202)

    * perf: introduce `parseAstAsync` and parallelize parsing ast
    
    * chore: fix lint
    
    * chore: fix type
    
    * Test that errors in this.parse are handled
    
    * Slightly improve docs
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Oct 31, 2023
    1 Configuration menu
    Copy the full SHA
    49b57c2 View commit details
    Browse the repository at this point in the history
  5. 4.2.0

    lukastaegert committed Oct 31, 2023
    2 Configuration menu
    Copy the full SHA
    fbf806a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. chore(deps): update dependency eslint-plugin-unicorn to v49 (#5238)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 3, 2023
    1 Configuration menu
    Copy the full SHA
    876f305 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    d255414 View commit details
    Browse the repository at this point in the history
  3. Add forceExit CLI flag (#5195)

    * add forceExit flag
    
    * reword forceExit docs
    
    * add forceExit test
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    raphael-theriault-swi and lukastaegert authored Nov 3, 2023
    1 Configuration menu
    Copy the full SHA
    20a64a1 View commit details
    Browse the repository at this point in the history
  4. chore(deps): lock file maintenance minor/patch updates (#5239)

    * chore(deps): lock file maintenance minor/patch updates
    
    * Fix test
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Nov 3, 2023
    1 Configuration menu
    Copy the full SHA
    ba2a961 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    75c67e9 View commit details
    Browse the repository at this point in the history
  6. 4.3.0

    lukastaegert committed Nov 3, 2023
    2 Configuration menu
    Copy the full SHA
    937d991 View commit details
    Browse the repository at this point in the history

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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    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
Loading