@rollup/browser 3.17.0 → 3.17.2

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.
@@ -135,6 +135,7 @@ export interface MinimalPluginContext {
135
135
  export interface EmittedAsset {
136
136
  fileName?: string;
137
137
  name?: string;
138
+ needsCodeReference?: boolean;
138
139
  source?: string | Uint8Array;
139
140
  type: 'asset';
140
141
  }