routeTree.gen.ts — ui Source File
Architecture documentation for routeTree.gen.ts, a typescript file in the ui codebase. 4 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR b3267395_0892_c6e6_e5eb_e3e8bd966c15["routeTree.gen.ts"] de18f8a3_55c5_29b1_39c7_54d678d74690["__root.tsx"] b3267395_0892_c6e6_e5eb_e3e8bd966c15 --> de18f8a3_55c5_29b1_39c7_54d678d74690 535d89d6_48b3_5f90_ebf3_ffa2c4e194ab["index.tsx"] b3267395_0892_c6e6_e5eb_e3e8bd966c15 --> 535d89d6_48b3_5f90_ebf3_ffa2c4e194ab c569a8e6_bae6_cfc2_0233_a25add6c52f2["router.tsx"] b3267395_0892_c6e6_e5eb_e3e8bd966c15 --> c569a8e6_bae6_cfc2_0233_a25add6c52f2 04abc674_59c3_5289_bbca_dad6f4a4c684["react-start"] b3267395_0892_c6e6_e5eb_e3e8bd966c15 --> 04abc674_59c3_5289_bbca_dad6f4a4c684 c569a8e6_bae6_cfc2_0233_a25add6c52f2["router.tsx"] c569a8e6_bae6_cfc2_0233_a25add6c52f2 --> b3267395_0892_c6e6_e5eb_e3e8bd966c15 style b3267395_0892_c6e6_e5eb_e3e8bd966c15 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
/* eslint-disable */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// This file was automatically generated by TanStack Router.
// You should NOT make any changes in this file as it will be overwritten.
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
import { Route as rootRouteImport } from './routes/__root'
import { Route as IndexRouteImport } from './routes/index'
const IndexRoute = IndexRouteImport.update({
id: '/',
path: '/',
getParentRoute: () => rootRouteImport,
} as any)
export interface FileRoutesByFullPath {
'/': typeof IndexRoute
}
export interface FileRoutesByTo {
'/': typeof IndexRoute
}
export interface FileRoutesById {
__root__: typeof rootRouteImport
'/': typeof IndexRoute
}
export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath
fullPaths: '/'
fileRoutesByTo: FileRoutesByTo
to: '/'
id: '__root__' | '/'
fileRoutesById: FileRoutesById
}
export interface RootRouteChildren {
IndexRoute: typeof IndexRoute
}
declare module '@tanstack/react-router' {
interface FileRoutesByPath {
'/': {
id: '/'
path: '/'
fullPath: '/'
preLoaderRoute: typeof IndexRouteImport
parentRoute: typeof rootRouteImport
}
}
}
const rootRouteChildren: RootRouteChildren = {
IndexRoute: IndexRoute,
}
export const routeTree = rootRouteImport
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()
import type { getRouter } from './router.tsx'
import type { createStart } from '@tanstack/react-start'
declare module '@tanstack/react-start' {
interface Register {
ssr: true
router: Awaited<ReturnType<typeof getRouter>>
}
}
Domain
Subdomains
Functions
Classes
Types
Dependencies
- __root.tsx
- index.tsx
- react-start
- router.tsx
Imported By
Source
Frequently Asked Questions
What does routeTree.gen.ts do?
routeTree.gen.ts is a source file in the ui codebase, written in typescript. It belongs to the ComponentRegistry domain, Styles subdomain.
What functions are defined in routeTree.gen.ts?
routeTree.gen.ts defines 1 function(s): IndexRoute.getParentRoute.
What does routeTree.gen.ts depend on?
routeTree.gen.ts imports 4 module(s): __root.tsx, index.tsx, react-start, router.tsx.
What files import routeTree.gen.ts?
routeTree.gen.ts is imported by 1 file(s): router.tsx.
Where is routeTree.gen.ts in the architecture?
routeTree.gen.ts is located at templates/start-app/src/routeTree.gen.ts (domain: ComponentRegistry, subdomain: Styles, directory: templates/start-app/src).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free