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.75.5
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.75.6
Choose a head ref
  • 4 commits
  • 63 files changed
  • 3 contributors

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    35e7657 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Refactor side effect handling for property interactions (#4522)

    * Rename event -> interaction
    
    * Refactor MemberExpression assignment logic to prepare for new interactions
    
    * Use objects for interactions
    
    * Add additional interaction parameters
    
    * Pick "this"-argument from interaction
    
    * Use interaction for getReturnExpression
    
    * Replace dedicated methods with hasEffectsOnInteractionAtPath
    
    * Fix accessor handling for loops and updated expressions
    
    * Simplify assignment handling
    
    * Change assignment to use args property
    
    * Simplify ObjectEntity effect handling
    
    * Cache remaining interactions that may be cached
    
    * Improve coverage
    lukastaegert authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c443303 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    34133fb View commit details
    Browse the repository at this point in the history
  3. 2.75.6

    lukastaegert committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0ab16cc View commit details
    Browse the repository at this point in the history
Loading