MCPcopy
hub / github.com/huntabyte/bits-ui / VisualizerTreeNode

Interface VisualizerTreeNode

bundle-analyzer/bundle-analyzer.ts:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26// rollup-plugin-visualizer data structures
27interface VisualizerTreeNode {
28 name: string;
29 uid?: string;
30 children?: VisualizerTreeNode[];
31}
32
33interface VisualizerNodePart {
34 renderedLength: 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…