8000 Comparing v2.72.1...v2.73.0 · rollup/rollup · GitHub
[go: up one dir, main page]

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.72.1
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.73.0
Choose a head ref
  • 6 commits
  • 33 files changed
  • 3 contributors

Commits on May 7, 2022

  1. 2.72.1

    lukastaegert committed May 7, 2022
    Configuration menu
    Copy the full SHA
    8c6e0f3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Handle getters on functions and improve property deoptimization (#4493)

    * Do not make Object.defineProperty/ies a side effect by default
    
    * Detect side effects for getters on functions
    
    * Less deoptimization for non-accessor assignments
    
    * Use ObjectEntity for arrow function properties
    
    * Share code between functions and arrow functions
    
    * Use new path key for defineProperty side effects
    
    * Enable custom call-effect detection per global
    
    * Improve coverage
    lukastaegert authored May 13, 2022
    Configuration menu
    Copy the full SHA
    f3a1fa3 View commit details
    Browse the repository at this point in the history
  2. Update docs for --configPlugin using typescript (#4495)

    * Update docs for --configPlugin using typescript
    
    The documentation gives examples for using `@rollup/plugin-typescript` to parse the Rollup configuration file, with a CLI code example. However, that example will fail to build with a somewhat misleading error if the Rollup config is not declared in the `tsconfig.json`'s `include` property, so a note about needing to do so has been added with this commit.
    
    * lint configPlugin docs changes
    Jimmydalecleveland authored May 13, 2022
    Configuration menu
    Copy the full SHA
    bbd54b7 View commit details
    Browse the repository at this point in the history
  3. Do not treat string.replace as side effect when used with a literal (#…

    …4494)
    
    * Do not make Object.defineProperty/ies a side effect by default
    
    * Detect side effects for getters on functions
    
    * Less deoptimization for non-accessor assignments
    
    * Use ObjectEntity for arrow function properties
    
    * Share code between functions and arrow functions
    
    * Use new path key for defineProperty side effects
    
    * Enable custom call-effect detection per global
    
    * Improve coverage
    
    * Do not treat string.replace as side effect when used with a literal
    
    * Remove unneeded prop
    lukastaegert authored May 13, 2022
    Configuration menu
    Copy the full SHA
    4079fbe View commit details
    Browse the repository at this point in the history
  4. Update changelog

    lukastaegert committed May 13, 2022
    Configuration menu
    Copy the full SHA
    7a78313 View commit details
    Browse the repository at this point in the history
  5. 2.73.0

    lukastaegert committed May 13, 2022
    Configuration menu
    Copy the full SHA
    931a199 View commit details
    Browse the repository at this point in the history
Loading
0