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: v4.42.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: v4.43.0
Choose a head ref
  • 2 commits
  • 39 files changed
  • 2 contributors

Commits on Jun 11, 2025

  1. feat(options): Add an option for overriding the file system module in…

    … the JS API (#5944)
    
    * feat(config): add an fs config to the JS api (#5880)
    
    # Conflicts:
    #	package-lock.json
    #	package.json
    
    * feat(config): make fs option typesafe (#5880)
    
    * feat(config): pass the fs option as plugin context (#5880)
    
    * docs(config): add documentation about the fs option (#5880)
    
    * fix(config): Fix RollupFsModule type
    
    * Refine fs types
    
    * Always use fs from option in resolvedId
    
    * Add tests for browser build
    
    * Use the actual resolveId implementation in browsers again
    
    This should mostly work, the edge case that previously prompted it to be
    replaced is now handled gracefully.
    This will allow to make it much easier to use the browser build.
    
    * Extend documentation
    
    * Extend documentation
    
    * Raise audit level for now until braces issues is fixed
    
    ---------
    
    Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
    EggDice and lukastaegert authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    eeca11a View commit details
    Browse the repository at this point in the history
  2. 4.43.0

    lukastaegert committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    72858cb View commit details
    Browse the repository at this point in the history
Loading