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: v2.73.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: v2.74.1
Choose a head ref
  • 9 commits
  • 28 files changed
  • 3 contributors

Commits on May 19, 2022

  1. fix: config path problem on windows (#4501)

    * add test
    
    * fix
    pos777 authored May 19, 2022
    Configuration menu
    Copy the full SHA
    bf1ff32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0537d93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05d294f View commit details
    Browse the repository at this point in the history
  4. Tree shake parameter defaults (#4498)

    * Implement basic support for parameter default tree-shaking
    
    * Refine parameter default tree-shaking
    
    * Use an inclusion parameter instead of separate methods to handle this
    * Make call argument inclusion path aware so that in the future, we can use
      this mechanism to determine possible values for parameters for deoptimization
    * Support parameter default treeshaking for functions, object and class methods,
      functions in array tuples and template tags
    * Use full CallExpression logic for TaggedTemplateExpression
    
    * Use optional chaining instead of null checks
    
    * Always call applyDeoptimizations both in hasEffects and include
    
    * Add more tests
    
    * Replace includeAsStatement with parameter
    
    * Revert previous because it is handled via NodeBase
    
    * Ensure properties are deoptimized by default
    
    * Track calls through possible TDZ violations
    
    * Improve coverage
    
    * Remove defaults without side effects for unused parameters
    
    * Check for unknown values via typeof to prepare for different types of unknown
    
    * Remove defaults when passing non-literal values
    
    * Deoptimize this for tagged template expression
    
    and improve coverage
    lukastaegert authored May 19, 2022
    Configuration menu
    Copy the full SHA
    4624917 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    lukastaegert committed May 19, 2022
    Configuration menu
    Copy the full SHA
    ba0ca85 View commit details
    Browse the repository at this point in the history
  6. 2.74.0

    lukastaegert committed May 19, 2022
    Configuration menu
    Copy the full SHA
    fc99e96 View commit details
    Browse the repository at this point in the history
  7. Revert "Tree shake parameter defaults (#4498)"

    This reverts commit 4624917.
    lukastaegert committed May 19, 2022
    Configuration menu
    Copy the full SHA
    1743794 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    lukastaegert committed May 19, 2022
    Configuration menu
    Copy the full SHA
    de80b7e View commit details
    Browse the repository at this point in the history
  9. 2.74.1

    lukastaegert committed May 19, 2022
    Configuration menu
    Copy the full SHA
    e823ede View commit details
    Browse the repository at this point in the history
Loading