MCPcopy
hub / github.com/rollup/rollup / Nested

Interface Nested

cli/run/batchWarnings.ts:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284interface Nested<T> {
285 items: T[];
286 key: string;
287}
288
289function nest<T extends Record<string, any>>(array: readonly T[], property: string): Nested<T>[] {
290 const nested: Nested<T>[] = [];

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…