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.34.2
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.35.0
Choose a head ref
  • 3 commits
  • 18 files changed
  • 3 contributors

Commits on Dec 14, 2020

  1. feat: bundle closing (#3883)

    * add close method to RollupBuild
    
    * add closeBundle hook to PluginDriver
    
    * run closeBundle on build failure
    
    * make close return Promise<void>
    
    * close bundle on cli build completion
    
    * closeBundle also returns Promise<void>
    
    * add some tests
    
    * add relevant docs
    
    * Update docs/02-javascript-api.md
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    
    * sort errors enum
    
    * always run closeBundle even on watch mode
    
    * Add test for generating/writing closed bundles
    
    * add test for errors thrown during bundle close
    
    * have cli watcher close the bundle
    
    * bundle close errors are recoverable
    
    * Test closeBundle errors are displayed on the CLI
    
    * Update and extend documentation.
    
    * Update dependencies
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    3 people authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    5f576c6 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    716c630 View commit details
    Browse the repository at this point in the history
  3. 2.35.0

    lukastaegert committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    8fd8cd8 View commit details
    Browse the repository at this point in the history
Loading