MCPcopy Create free account
hub / github.com/doesdev/rollup-plugin-analyzer / AnalysisObject

Interface AnalysisObject

index.d.ts:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface AnalysisObject {
33 bundleSize: number;
34 bundleOrigSize: number;
35 bundleReduction: number;
36 moduleCount: number;
37 modules: Module[];
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…