@rollup/browser 4.34.9 → 4.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -404,7 +404,7 @@ export interface FunctionPluginHooks {
404
404
  augmentChunkHash: (this: PluginContext, chunk: RenderedChunk) => string | void;
405
405
  buildEnd: (this: PluginContext, error?: Error) => void;
406
406
  buildStart: (this: PluginContext, options: NormalizedInputOptions) => void;
407
- closeBundle: (this: PluginContext) => void;
407
+ closeBundle: (this: PluginContext, error?: Error) => void;
408
408
  closeWatcher: (this: PluginContext) => void;
409
409
  generateBundle: (
410
410
  this: PluginContext,