rollup-plugin-webpack-stats
Advanced tools
Comparing version 1.2.3 to 1.2.4-beta.1
@@ -33,2 +33,7 @@ import type { OutputAsset, OutputBundle, OutputChunk, RenderedModule } from 'rollup'; | ||
} | ||
export type ChunksParents = 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; | ||
type AssetSource = OutputChunk | OutputAsset; | ||
@@ -35,0 +40,0 @@ type ChunkSource = OutputChunk; |
{ | ||
"name": "rollup-plugin-webpack-stats", | ||
"version": "1.2.3", | ||
"version": "1.2.4-beta.1", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
39931
584
1