MCPcopy
hub / github.com/tailwindlabs/prettier-plugin-tailwindcss / PathEntry

Interface PathEntry

src/utils.ts:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15interface PathEntry<T, Meta> {
16 node: T
17 parent: T | null
18 key: string | null
19 index: number | null
20 meta: Meta
21}
22
23export type Path<T, Meta> = PathEntry<T, Meta>[]
24

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…