Reference

ClientRouteModuleAnalysis

Summarizes route-module imports, exports, directives, references, and reachable render roots.

Signature

interface ClientRouteModuleAnalysis

Members

clientRuntime: boolean
componentCallRoots: string[]
defaultExportIdentifier: string | undefined
hasUseClientDirective: boolean
hasUseServerDirective: boolean
identifierReferences: string[]
jsxComponentRoots: string[]
reachableExportRenderedComponentNames: Record<string, string[]>
reachableExportRenderedComponentRoots: Record<string, string[]>
reachableRenderedComponentNames: string[]
reachableRenderedComponentRoots: string[]
staticExports: StaticExportReference[]
staticImports: ClientRouteStaticImportReference[]
topLevelExportRenderInfo: TopLevelExportRenderInfo[]