-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
- Loading branch information
1 parent
92a2dfa
commit 5f576c6
Showing
17 changed files
with
417 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.