-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: rollup/rollup
base: v3.12.0
head repository: rollup/rollup
compare: v3.14.0
- 15 commits
- 122 files changed
- 4 contributors
Commits on Feb 1, 2023
-
fix: use the original class name in the class body (#4827)
* fix: add useOriginalName option * test: add test * test: remove solo * test: set minNodeVersion * refactor: override useOriginalName in ClassDeclaration * test: add more cases * test: tweak description
Configuration menu - View commit details
-
Copy full SHA for 7c50c18 - Browse repository at this point
Copy the full SHA 7c50c18View commit details -
Improve and fix cross-chunk-reexport warning (#4829)
* Improve and fix cross-chunk-reexport warning * Show warning also for namespace imports
Configuration menu - View commit details
-
Copy full SHA for ef25721 - Browse repository at this point
Copy the full SHA ef25721View commit details -
Add Algolia doc search (#4830)
* Add doc search * Update dependencies * Update docs dependencies
Configuration menu - View commit details
-
Copy full SHA for 669f597 - Browse repository at this point
Copy the full SHA 669f597View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5aa76 - Browse repository at this point
Copy the full SHA 0c5aa76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b85435 - Browse repository at this point
Copy the full SHA 1b85435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 141039a - Browse repository at this point
Copy the full SHA 141039aView commit details
Commits on Feb 3, 2023
-
* Automtically transpose tables with empty heads * Extract Vite config * Do not mark headlines in plugins as code * Use tables in plugin docs * Use tables in options docs
Configuration menu - View commit details
-
Copy full SHA for 52ba95c - Browse repository at this point
Copy the full SHA 52ba95cView commit details -
Improve minChunkSize algorithm (#4723)
* Slightly simplify graph analysis Also generates dynamicImportsByEntry that will help us to track already loaded modules more efficiently. * Try to merge small side effect chunks first * Used cached hasEffects to improve performance * Add comment explaining chunk merge strategy * Add test for cycle prevention We probably need complete transitive dependency maps to continue here * Avoid cycles when merging chunks * Avoid cycles when merging chunks * Log cycles in generated chunks * Improve cycle prevention mechanism * Hopefully fix the algorithm for good * Add logging * Use a much more basic algorithm * Remove logging * Improve coverage
Configuration menu - View commit details
-
Copy full SHA for 0a5ea57 - Browse repository at this point
Copy the full SHA 0a5ea57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45980b5 - Browse repository at this point
Copy the full SHA 45980b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09557d8 - Browse repository at this point
Copy the full SHA 09557d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5368e80 - Browse repository at this point
Copy the full SHA 5368e80View commit details
Commits on Feb 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d88c935 - Browse repository at this point
Copy the full SHA d88c935View commit details -
Add flag to re-enable deep dynamic chunk optimization (#4837)
* Add flag for deep chunk optimization * Add documentation * Improve wording
Configuration menu - View commit details
-
Copy full SHA for 53cf9fe - Browse repository at this point
Copy the full SHA 53cf9feView commit details -
Configuration menu - View commit details
-
Copy full SHA for b852648 - Browse repository at this point
Copy the full SHA b852648View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe0e2f1 - Browse repository at this point
Copy the full SHA fe0e2f1View 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 v3.12.0...v3.14.0