Reference
ClientRouteModuleAnalysis
Summarizes route-module imports, exports, directives, references, and reachable render roots.
Signature
interface ClientRouteModuleAnalysisMembers
clientRuntime: booleancomponentCallRoots: string[]defaultExportIdentifier: string | undefinedhasUseClientDirective: booleanhasUseServerDirective: booleanidentifierReferences: string[]jsxComponentRoots: string[]reachableExportRenderedComponentNames: Record<string, string[]>reachableExportRenderedComponentRoots: Record<string, string[]>reachableRenderedComponentNames: string[]reachableRenderedComponentRoots: string[]staticExports: StaticExportReference[]staticImports: ClientRouteStaticImportReference[]topLevelExportRenderInfo: TopLevelExportRenderInfo[]