@rollup/browser 4.41.2 → 4.42.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.
@@ -1009,6 +1009,7 @@ export interface ChokidarOptions {
1009
1009
  export type RollupWatchHooks = 'onError' | 'onStart' | 'onBundleStart' | 'onBundleEnd' | 'onEnd';
1010
1010
 
1011
1011
  export interface WatcherOptions {
1012
+ allowInputInsideOutputPath?: boolean;
1012
1013
  buildDelay?: number;
1013
1014
  chokidar?: ChokidarOptions;
1014
1015
  clearScreen?: boolean;