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.9.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: v3.10.0
Choose a head ref
  • 7 commits
  • 54 files changed
  • 7 contributors

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    6a29327 View commit details
    Browse the repository at this point in the history
  2. Remove default acorn options + other fixes (#4786)

    * Remove default acorn options
    
    * Make tryParse private
    
    * Add type
    
    * Remove type assertion
    
    * Remove non-null assertion operator
    
    * Use more nullish coalescing
    
    * Remove unused eslint parser options
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    dnalborczyk and lukastaegert authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    67487b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

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

Commits on Jan 9, 2023

  1. Update dependencies (#4796)

    * Re-enable eslint-plugin-import
    
    * Update Rollup and migrate to @rollup/plugin-terser at last
    lukastaegert authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ade0ee3 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. feat: add resolvedBy field to ResolvedId (#4789)

    * feat: add resolveBy field
    
    * test: fix previous tests
    
    * chore: tweak
    
    * chore: replace resolveBy to resolvedBy
    
    * feat: add hookFirstAndGetPlugin to PluginDriver
    
    * chore: tweak test
    
    * docs: add documentation for resolvedBy
    
    * docs: update documentation for resolvedBy
    
    * Improve docs and slightly streamline code
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b26a37f View commit details
    Browse the repository at this point in the history
  2. feat: treeshake for optional chaining (#4797)

    * feat: treeshake for optional chaining
    
    * chore: typo
    
    * chore: fix
    
    * chore: clean up
    
    * fix: improve coverage
    
    * fix: remove solo
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    antfu and lukastaegert authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ffc19b0 View commit details
    Browse the repository at this point in the history
  3. 3.10.0

    lukastaegert committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8b644e7 View commit details
    Browse the repository at this point in the history
Loading