MCPcopy Create free account

hub / github.com/ProNextJS/declarative-routing / functions

Functions198 in github.com/ProNextJS/declarative-routing

↓ 14 callersFunctiongetConfig
()
src/config.ts:23
↓ 11 callersFunctionbuildFileFromTemplate
( templatePath: string, destinationPath: string, data: unknown )
src/template.ts:24
↓ 5 callersFunctionaddPackages
(packages: string[], dev = false)
src/shared/utils.ts:56
↓ 5 callersFunctioncreateRouteBuilder
(route: string, info: RouteInfo<Params, Search>)
assets/nextjs/makeRoute.tsx:178
↓ 5 callersFunctioncreateRouteBuilder
(route: string, info: RouteInfo<Params, Search>)
examples/nextjs/finished/src/routes/makeRoute.tsx:171
↓ 4 callersFunctionabsoluteFilePath
(config: Config, fpath: string)
src/config.ts:51
↓ 4 callersFunctionbuildStringFromTemplate
( templatePath: string, data: unknown )
src/template.ts:8
↓ 4 callersFunctionjsClean
(str: string)
src/shared/utils.ts:94
↓ 4 callersFunctionrouteBuilder
( params?: z.input<Params>, search?: z.input<Search> )
assets/react-router/makeRoute.tsx:128
↓ 4 callersFunctionrouteBuilder
( params?: z.input<Params>, search?: z.input<Search> )
examples/react-router/finished/src/routes/makeRoute.tsx:128
↓ 4 callersFunctionsearch
()
examples/nextjs/starter/src/app/search/SearchList.tsx:19
↓ 4 callersFunctionupdateBuildFiles
(silent: boolean = false)
src/shared/build-tools.ts:315
↓ 4 callersFunctionuseSearchParams
(builder: RouteBuilder<Params, Search>)
examples/nextjs/finished/src/routes/hooks.ts:41
↓ 3 callersFunctionbuildFiles
(silent: boolean = false)
src/shared/build-tools.ts:232
↓ 3 callersFunctioncheckForFinishedProcessing
()
src/shared/watch.ts:17
↓ 3 callersFunctioncheckRouteFile
(path: string)
src/shared/build-tools.ts:212
↓ 3 callersFunctiongetFullPokemon
( limit: number = 10, q?: string )
examples/nextjs/finished/src/pokemon.ts:30
↓ 3 callersFunctiongetFullPokemon
( limit: number = 10, q?: string )
examples/nextjs/starter/src/pokemon.ts:30
↓ 3 callersFunctiongetFullPokemon
( limit: number = 10, q?: string )
examples/react-router/finished/src/pokemon.ts:30
↓ 3 callersFunctiongetFullPokemon
( limit: number = 10, q?: string )
examples/react-router/starter/src/pokemon.ts:30
↓ 3 callersFunctiongetPackageManager
()
src/shared/utils.ts:41
↓ 3 callersFunctionmakeRoute
( route: string, info: RouteInfo<Params, Search> )
examples/qwikcity/finished/src/declarativeRoutes/makeRoute.tsx:128
↓ 3 callersFunctionmakeRoute
( route: string, info: RouteInfo<Params, Search> )
examples/nextjs/finished/src/routes/makeRoute.tsx:402
↓ 3 callersFunctionparseInfoFile
(fpath: string)
src/shared/build-tools.ts:117
↓ 3 callersFunctionupperFirst
(str: string)
src/shared/utils.ts:108
↓ 3 callersFunctionwriteConfig
(config: Config)
src/config.ts:39
↓ 2 callersFunctionaddPackageJSONScripts
(scripts: Record<string, string>)
src/shared/utils.ts:19
↓ 2 callersFunctionbuildREADME
( pkgMgr: string, mode: "nextjs" | "react-router" | "qwikcity" )
src/shared/build-tools.ts:373
↓ 2 callersFunctionfixPath
(config: Config, path: string)
src/shared/build-tools.ts:34
↓ 2 callersFunctiongetFullPokemon
( limit: number = 10, q?: string, )
examples/qwikcity/finished/src/pokemon.ts:30
↓ 2 callersFunctiongetFullPokemon
( limit: number = 10, q?: string, )
examples/qwikcity/starter/src/pokemon.ts:30
↓ 2 callersFunctiongetPokemon
(id: number)
examples/qwikcity/finished/src/pokemon.ts:56
↓ 2 callersFunctiongetPokemon
(id: number)
examples/qwikcity/starter/src/pokemon.ts:56
↓ 2 callersFunctiongetPokemon
(id: number)
examples/nextjs/finished/src/pokemon.ts:56
↓ 2 callersFunctiongetPokemon
(id: number)
examples/nextjs/starter/src/pokemon.ts:56
↓ 2 callersFunctiongetPokemon
(id: number)
examples/react-router/finished/src/pokemon.ts:56
↓ 2 callersFunctiongetPokemon
(id: number)
examples/react-router/starter/src/pokemon.ts:56
↓ 2 callersFunctionhasConfig
()
src/config.ts:35
↓ 2 callersFunctionisInfoFile
(path: string)
src/shared/watch.ts:30
↓ 2 callersFunctionisRouteFile
(path: string)
src/shared/watch.ts:44
↓ 2 callersFunctionmakeGetRoute
( route: string, info: RouteInfo<Params, Search>, getInfo: GetInfo<Result> )
examples/nextjs/finished/src/routes/makeRoute.tsx:332
↓ 2 callersFunctionmakeRoute
( route: string, info: RouteInfo<Params, Search> )
assets/react-router/makeRoute.tsx:119
↓ 2 callersFunctionmakeRoute
( route: string, info: RouteInfo<Params, Search> )
examples/react-router/finished/src/routes/makeRoute.tsx:119
↓ 2 callersFunctionparseArray
( values: string[], parseFunction: (str: string) => ParsedData<T> )
assets/shared/utils.ts:176
↓ 2 callersFunctionparseArray
( values: string[], parseFunction: (str: string) => ParsedData<T> )
examples/nextjs/finished/src/routes/utils.ts:176
↓ 2 callersFunctionparseShape
( shape: z.ZodRawShape, paramsArray: Record<string, string[]>, isPartOfUnion = false )
assets/shared/utils.ts:62
↓ 2 callersFunctionparseShape
( shape: z.ZodRawShape, paramsArray: Record<string, string[]>, isPartOfUnion = false )
examples/nextjs/finished/src/routes/utils.ts:62
↓ 2 callersFunctionsearch
()
examples/nextjs/finished/src/app/search/SearchList.tsx:21
↓ 2 callersFunctionsearch
()
examples/react-router/finished/src/components/SearchList.tsx:19
↓ 2 callersFunctionsearch
()
examples/react-router/starter/src/components/SearchList.tsx:19
↓ 2 callersFunctionsummarizePokemon
(pokemon: any)
examples/qwikcity/finished/src/pokemon.ts:7
↓ 2 callersFunctionsummarizePokemon
(pokemon: any)
examples/qwikcity/starter/src/pokemon.ts:7
↓ 2 callersFunctionsummarizePokemon
(pokemon: any)
examples/nextjs/finished/src/pokemon.ts:7
↓ 2 callersFunctionsummarizePokemon
(pokemon: any)
examples/nextjs/starter/src/pokemon.ts:7
↓ 2 callersFunctionsummarizePokemon
(pokemon: any)
examples/react-router/finished/src/pokemon.ts:7
↓ 2 callersFunctionsummarizePokemon
(pokemon: any)
examples/react-router/starter/src/pokemon.ts:7
↓ 2 callersFunctionwriteOpenAPI
(config: Config)
src/shared/build-tools.ts:325
↓ 2 callersFunctionwriteRoutes
(silent: boolean = false)
src/shared/build-tools.ts:44
↓ 1 callersFunctionallCompleted
()
src/shared/watch.ts:13
↓ 1 callersFunctionbuildRoutes
( routes: RouteNode[], pathStack: (string | undefined)[] )
assets/react-router/makeRoute.tsx:341
↓ 1 callersFunctionbuildRoutes
( routes: RouteNode[], pathStack: (string | undefined)[] )
examples/react-router/finished/src/routes/makeRoute.tsx:341
↓ 1 callersFunctioncn
(...inputs: ClassValue[])
examples/qwikcity/finished/src/lib/utils.ts:4
↓ 1 callersFunctioncn
(...inputs: ClassValue[])
examples/qwikcity/starter/src/lib/utils.ts:4
↓ 1 callersFunctioncn
(...inputs: ClassValue[])
examples/nextjs/finished/src/lib/utils.ts:4
↓ 1 callersFunctioncn
(...inputs: ClassValue[])
examples/nextjs/starter/src/lib/utils.ts:4
↓ 1 callersFunctioncn
(...inputs: ClassValue[])
examples/react-router/finished/src/lib/utils.ts:4
↓ 1 callersFunctioncn
(...inputs: ClassValue[])
examples/react-router/starter/src/lib/utils.ts:4
↓ 1 callersFunctionconvertToRequiredType
( values: string[], schema: z.ZodTypeAny )
assets/shared/utils.ts:106
↓ 1 callersFunctionconvertToRequiredType
( values: string[], schema: z.ZodTypeAny )
examples/nextjs/finished/src/routes/utils.ts:106
↓ 1 callersFunctionconvertURLSearchParamsToObject
( params: Readonly<URLSearchParams> | null )
assets/qwikcity/hooks.ts:36
↓ 1 callersFunctionconvertURLSearchParamsToObject
( params: Readonly<URLSearchParams> | null )
assets/nextjs/hooks.ts:56
↓ 1 callersFunctionconvertURLSearchParamsToObject
( params: Readonly<URLSearchParams> | null )
assets/react-router/makeRoute.tsx:285
↓ 1 callersFunctionconvertURLSearchParamsToObject
( params: Readonly<URLSearchParams> | null )
examples/qwikcity/finished/src/declarativeRoutes/hooks.ts:36
↓ 1 callersFunctionconvertURLSearchParamsToObject
( params: Readonly<URLSearchParams> | null )
examples/nextjs/finished/src/routes/hooks.ts:56
↓ 1 callersFunctionconvertURLSearchParamsToObject
( params: Readonly<URLSearchParams> | null )
examples/react-router/finished/src/routes/makeRoute.tsx:285
↓ 1 callersFunctioncreateInfoFile
(config: Config, fpath: string)
src/shared/build-tools.ts:159
↓ 1 callersFunctioncreatePathBuilder
( route: string )
assets/qwikcity/makeRoute.tsx:52
↓ 1 callersFunctioncreatePathBuilder
( route: string )
assets/nextjs/makeRoute.tsx:134
↓ 1 callersFunctioncreatePathBuilder
( route: string )
assets/react-router/makeRoute.tsx:71
↓ 1 callersFunctioncreatePathBuilder
( route: string )
examples/qwikcity/finished/src/declarativeRoutes/makeRoute.tsx:52
↓ 1 callersFunctioncreatePathBuilder
( route: string )
examples/nextjs/finished/src/routes/makeRoute.tsx:130
↓ 1 callersFunctioncreatePathBuilder
( route: string )
examples/react-router/finished/src/routes/makeRoute.tsx:71
↓ 1 callersFunctioncreateRouteBuilder
(route: string, info: RouteInfo<Params, Search>)
assets/qwikcity/makeRoute.tsx:93
↓ 1 callersFunctioncreateRouteBuilder
(route: string, info: RouteInfo<Params, Search>)
examples/qwikcity/finished/src/declarativeRoutes/makeRoute.tsx:93
↓ 1 callersFunctionfileRemoved
(fpath: string)
src/shared/watch.ts:88
↓ 1 callersFunctionfinishedProcessing
()
src/shared/watch.ts:83
↓ 1 callersFunctiongetAllParamsAsArrays
( searchParams: URLSearchParams )
assets/shared/utils.ts:91
↓ 1 callersFunctiongetAllParamsAsArrays
( searchParams: URLSearchParams )
examples/nextjs/finished/src/routes/utils.ts:91
↓ 1 callersFunctiongetDiffContent
(input: string, output: string)
src/shared/utils.ts:74
↓ 1 callersFunctiongetInnerType
(schema: z.ZodTypeAny)
assets/shared/utils.ts:150
↓ 1 callersFunctiongetInnerType
(schema: z.ZodTypeAny)
examples/nextjs/finished/src/routes/utils.ts:150
↓ 1 callersFunctiongetPackageInfo
()
src/shared/utils.ts:11
↓ 1 callersFunctiongetRequireds
(shape: z.ZodRawShape)
assets/shared/utils.ts:49
↓ 1 callersFunctiongetRequireds
(shape: z.ZodRawShape)
examples/nextjs/finished/src/routes/utils.ts:49
↓ 1 callersFunctionmain
()
src/index.ts:11
↓ 1 callersFunctionmakePath
(pathStack: (string | undefined)[])
assets/react-router/makeRoute.tsx:345
↓ 1 callersFunctionmakePath
(pathStack: (string | undefined)[])
examples/react-router/finished/src/routes/makeRoute.tsx:345
↓ 1 callersFunctionparseBoolean
(str: string)
assets/shared/utils.ts:165
↓ 1 callersFunctionparseBoolean
(str: string)
examples/nextjs/finished/src/routes/utils.ts:165
↓ 1 callersFunctionparseNumber
(str: string)
assets/shared/utils.ts:160
next →1–100 of 198, ranked by callers