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: fa4e1b7
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 51cab92
Choose a head ref
  • 7 commits
  • 37 files changed
  • 4 contributors

Commits on Feb 20, 2022

  1. refactor: use map for declarations and name suggestions (#4410)

    * refactor: use map for declarations and name suggestions
    
    * refactor: remove else condition
    
    * refactor: remove additional lookup
    
    * refactor: simplify condition
    dnalborczyk authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    213e721 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. refactor: use includes where appropriate (#4412)

    * refactor: use includes where appropriate
    
    * refactor: replace .substr with .substring
    
    * Extract some regular expressions
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    70d0025 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Add Typescript 4.5 nodenext node12 module resolution support (#4416)

    Added Typescript 4.5+ Support for nodenext and node12 resolve it will not lookup typings
    frank-dspeed authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    2cca505 View commit details
    Browse the repository at this point in the history
  2. refactor: use map for namespace reexports by name (#4411)

    * refactor: use map for namespace reexports by name
    
    * remove explicit type assignment
    
    * refactor: remove variable, use context property directly
    
    * refactor: remove unnecessary array assignment
    
    * Add test for recursive reexports
    
    * Revert "refactor: remove unnecessary array assignment"
    
    This reverts commit f7434c3.
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    3 people authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    3106ec9 View commit details
    Browse the repository at this point in the history
  3. Add resolved sources to shouldTransformCachedModule (#4414)

    * Add dependencies to shouldTransform hook
    
    * Test errors in shouldTransform are handled correctly
    
    * Provide resolvedSources instead of importedIds
    
    * Add documentation
    lukastaegert authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7cc87f1 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    lukastaegert committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7ca27a3 View commit details
    Browse the repository at this point in the history
  5. 2.68.0

    lukastaegert committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    51cab92 View commit details
    Browse the repository at this point in the history
Loading