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

Interface AnalyzerOptions

index.d.ts:17–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface AnalyzerOptions {
18 stdout?: boolean;
19 limit?: number;
20 filter?: string | string[] | ((moduleObject: Module) => boolean);
21 filterSummary?: boolean;
22 root?: string;
23 hideDeps?: boolean;
24 showExports?: boolean;
25 summaryOnly?: boolean;
26 skipFormatted?: boolean;
27 writeTo?: (analysisString: string) => void;
28 transformModuleId?: (id: string) => string;
29 onAnalysis?: (analysisObject: AnalysisObject) => void;
30}
31
32export interface AnalysisObject {
33 bundleSize: number;

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…