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

Interface Module

index.d.ts:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export default analyzer;
5
6export interface Module {
7 id: string;
8 size: number;
9 origSize: number;
10 dependents: string[];
11 percent: number;
12 reduction: number;
13 usedExports: string[];
14 unusedExports: string[];
15}
16
17export interface AnalyzerOptions {
18 stdout?: boolean;

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…