src/types
Interfaces
| Interface | Description |
|---|---|
| ImportSpec | - |
| MeasureGraphOptions | - |
| MeasureGraphResult | - |
| PackageInfo | Package metadata indexed by workspace package name. |
| ResolvedExternal | Bare specifier that is not a workspace package (npm / Node built-in). |
| ResolvedFile | Successful resolve to a first-party workspace file. |
Type Aliases
| Type Alias | Description |
|---|---|
| FindPathResult | Shortest import path from entry to target as display labels (entry path, then each import specifier along the chain). null if unreachable. |
| GraphWalkOptions | Shared options for graph walks (measure, why, cycles). |
| PackageIndex | Index of workspace packages discovered under a monorepo root. |
| ResolveResult | - |