Thanks to visit codestin.com
Credit goes to github.com

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.18.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.19.0
Choose a head ref
  • 5 commits
  • 88 files changed
  • 2 contributors

Commits on Mar 2, 2023

  1. Fix npm run dev (#4890)

    lukastaegert authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    de25554 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Pre-render mermaid graphs on website (#4897)

    * Extract plugin
    
    * Remove vitepress-plugin-mermaid
    
    * Prepare for mermaid integration
    
    * pre-render graphs
    
    * Remove unnecessary dependencies
    
    * Of course we also need to render during build
    
    * Update
    
    * Create graphs directory if missing
    lukastaegert authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    e48c321 View commit details
    Browse the repository at this point in the history
  2. Retry flaky test

    lukastaegert committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d985838 View commit details
    Browse the repository at this point in the history
  3. Only selectively deoptimize call parameters (#4892)

    * Rename deoptimizeThis to refer to arguments and make thisArg optional
    
    * Extract ParameterVariable from ThisVariable
    
    * Use ParameterVariables for parameters
    
    * Move argument deoptimization into deoptimizeArguments
    
    * First attempt at selective parameter deoptimization
    
    While this seems to work, it has abysmal performance as evidenced by the
    core-js test. A better approach might be only deoptimize top-level parts.
    
    * New approach with better performance
    
    * Improve handling of functions returned by functions
    
    * Clear some TODOs
    
    * Sometimes, we need to do nothing
    
    * Do not deoptimize arguments to global calls by default
    
    * Fix linting
    
    * Improve coverage
    
    * Improve coverage and simplify code
    
    * Update dependencies
    lukastaegert authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cff3bbc View commit details
    Browse the repository at this point in the history
  4. 3.19.0

    lukastaegert committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    44a5cb5 View commit details
    Browse the repository at this point in the history
Loading