@rollup/browser 3.10.1 → 3.11.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.
@@ -758,6 +758,7 @@ export interface PreRenderedAsset {
758
758
 
759
759
  export interface OutputAsset extends PreRenderedAsset {
760
760
  fileName: string;
761
+ needsCodeReference: boolean;
761
762
  }
762
763
 
763
764
  export interface RenderedModule {