@rollup/browser 4.31.0 → 4.32.1

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.
@@ -969,6 +969,7 @@ export interface WatcherOptions {
969
969
  exclude?: string | RegExp | (string | RegExp)[];
970
970
  include?: string | RegExp | (string | RegExp)[];
971
971
  skipWrite?: boolean;
972
+ onInvalidate?: (id: string) => void;
972
973
  }
973
974
 
974
975
  export interface RollupWatchOptions extends InputOptions {