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: v3.12.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: v3.14.0
Choose a head ref
  • 15 commits
  • 122 files changed
  • 4 contributors

Commits on Feb 1, 2023

  1. 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
    TrickyPi authored and lukastaegert committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7c50c18 View commit details
    Browse the repository at this point in the history
  2. Improve and fix cross-chunk-reexport warning (#4829)

    * Improve and fix cross-chunk-reexport warning
    
    * Show warning also for namespace imports
    lukastaegert authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ef25721 View commit details
    Browse the repository at this point in the history
  3. Add Algolia doc search (#4830)

    * Add doc search
    
    * Update dependencies
    
    * Update docs dependencies
    lukastaegert authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    669f597 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c5aa76 View commit details
    Browse the repository at this point in the history
  5. 3.12.1

    lukastaegert committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1b85435 View commit details
    Browse the repository at this point in the history
  6. docs: Fix typo (#4833)

    mturoci authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    141039a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Tables in docs (#4835)

    * 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
    lukastaegert authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    52ba95c View commit details
    Browse the repository at this point in the history
  2. 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
    lukastaegert authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0a5ea57 View commit details
    Browse the repository at this point in the history
  3. Fix lint issues

    lukastaegert committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    45980b5 View commit details
    Browse the repository at this point in the history
  4. 3.13.0

    lukastaegert committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    09557d8 View commit details
    Browse the repository at this point in the history
  5. Fix REPL colors

    lukastaegert committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5368e80 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    d88c935 View commit details
    Browse the repository at this point in the history
  2. Add flag to re-enable deep dynamic chunk optimization (#4837)

    * Add flag for deep chunk optimization
    
    * Add documentation
    
    * Improve wording
    lukastaegert authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    53cf9fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b852648 View commit details
    Browse the repository at this point in the history
  4. 3.14.0

    lukastaegert committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    fe0e2f1 View commit details
    Browse the repository at this point in the history
Loading