rollup-plugin-webpack-stats
Advanced tools
Comparing version 1.2.4-beta.3 to 1.2.4-beta.4
@@ -33,7 +33,7 @@ import type { OutputAsset, OutputBundle, OutputChunk, RenderedModule } from 'rollup'; | ||
} | ||
export type ChunksParents = Record<string, Array<OutputChunk>>; | ||
export type ChunksIssuers = Record<string, Array<OutputChunk>>; | ||
/** | ||
* Recursivily check if a chunk is async based on the chunks parents | ||
*/ | ||
export declare const lookupChunkAsync: (chunk: OutputChunk, chunksParents: ChunksParents) => boolean; | ||
export declare const lookupChunkAsync: (chunk: OutputChunk, chunksParents: ChunksIssuers) => boolean; | ||
type AssetSource = OutputChunk | OutputAsset; | ||
@@ -40,0 +40,0 @@ type ChunkSource = OutputChunk; |
{ | ||
"name": "rollup-plugin-webpack-stats", | ||
"version": "1.2.4-beta.3", | ||
"version": "1.2.4-beta.4", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
39965
584