MCPcopy
hub / github.com/antfu-collective/taze / FlattenPkgData

Interface FlattenPkgData

src/io/dependencies.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { DepType, RawDep, ResolvedDepChange } from '../types'
2
3interface FlattenPkgData { [key: string]: { version: string, parents: string[] } }
4
5function flatten(obj: any, parents: string[] = []): FlattenPkgData {
6 if (!obj)

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…