@rollup/browser 3.0.0-6 → 3.0.0-7
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.
package/dist/rollup.browser.d.ts
CHANGED
|
@@ -326,14 +326,6 @@ export interface OutputBundle {
|
|
|
326
326
|
[fileName: string]: OutputAsset | OutputChunk;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
export interface FilePlaceholder {
|
|
330
|
-
type: 'placeholder';
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
export interface OutputBundleWithPlaceholders {
|
|
334
|
-
[fileName: string]: OutputAsset | OutputChunk | FilePlaceholder;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
329
|
export interface FunctionPluginHooks {
|
|
338
330
|
augmentChunkHash: (this: PluginContext, chunk: RenderedChunk) => string | void;
|
|
339
331
|
buildEnd: (this: PluginContext, err?: Error) => void;
|