-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: rollup/rollup
base: v4.1.5
head repository: rollup/rollup
compare: v4.4.0
- 19 commits
- 170 files changed
- 8 contributors
Commits on Oct 29, 2023
-
build: ensure rust toolchain components for linting are installed (#5228
) Signed-off-by: Jérôme Benoit <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 08d65d1 - Browse repository at this point
Copy the full SHA 08d65d1View commit details
Commits on Oct 30, 2023
-
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
1Configuration menu - View commit details
-
Copy full SHA for 17d33a9 - Browse repository at this point
Copy the full SHA 17d33a9View commit details
Commits on Oct 31, 2023
-
Render emtpy block comments after tree-shaken statements (#5231)
Render emtpy blick comments after tree-shaken statements
1Configuration menu - View commit details
-
Copy full SHA for 835a7fa - Browse repository at this point
Copy the full SHA 835a7faView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 5901e54 - Browse repository at this point
Copy the full SHA 5901e54View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 5865fbd - Browse repository at this point
Copy the full SHA 5865fbdView commit details -
perf: introduce
parseAstAsyncand 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]>
1Configuration menu - View commit details
-
Copy full SHA for 49b57c2 - Browse repository at this point
Copy the full SHA 49b57c2View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for fbf806a - Browse repository at this point
Copy the full SHA fbf806aView commit details
Commits on Nov 3, 2023
-
chore(deps): update dependency eslint-plugin-unicorn to v49 (#5238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 876f305 - Browse repository at this point
Copy the full SHA 876f305View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d255414 - Browse repository at this point
Copy the full SHA d255414View commit details -
Add
forceExitCLI flag (#5195)* add forceExit flag * reword forceExit docs * add forceExit test --------- Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 20a64a1 - Browse repository at this point
Copy the full SHA 20a64a1View commit details -
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]>
1Configuration menu - View commit details
-
Copy full SHA for ba2a961 - Browse repository at this point
Copy the full SHA ba2a961View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 75c67e9 - Browse repository at this point
Copy the full SHA 75c67e9View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 937d991 - Browse repository at this point
Copy the full SHA 937d991View commit details
Commits on Nov 10, 2023
-
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]>
1Configuration menu - View commit details
-
Copy full SHA for ac32f83 - Browse repository at this point
Copy the full SHA ac32f83View commit details -
fix: allow the name of Rollup Error to be modified (#5240)
Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for ef3be44 - Browse repository at this point
Copy the full SHA ef3be44View commit details
Commits on Nov 11, 2023
-
Ensure --forceExit works without warning (#5245)
Ensure force-exit actually works
1Configuration menu - View commit details
-
Copy full SHA for ae249cb - Browse repository at this point
Copy the full SHA ae249cbView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 52c55bb - Browse repository at this point
Copy the full SHA 52c55bbView commit details
Commits on Nov 12, 2023
-
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]>
1Configuration menu - View commit details
-
Copy full SHA for fe6cb3a - Browse repository at this point
Copy the full SHA fe6cb3aView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 53d6360 - Browse repository at this point
Copy the full SHA 53d6360View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.1.5...v4.4.0