MCPcopy Index your code

hub / github.com/Bnaya/typescript-monorepo-toolkit / functions

Functions17 in github.com/Bnaya/typescript-monorepo-toolkit

↓ 4 callersFunctionwrapAsyncCommand
(command: Promise<void>)
src/helpers.ts:13
↓ 3 callersFunctionapplyTransformationOnAllPackages
( projectRoot: string, tsconfigPathInsidePackages: string, transformation: ( ast: any, root: str
src/helpers.ts:320
↓ 3 callersFunctionsetRootStringProp
( // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types ast: any, propName: stri
src/helpers.ts:258
↓ 2 callersFunctionassertNonNull
(v: T)
src/assertNonNull.ts:1
↓ 2 callersFunctionensureCompositeProject
(ast: any)
src/helpers.ts:239
↓ 2 callersFunctionfindEnsureCompilerOptions
(ast: any)
src/helpers.ts:199
↓ 2 callersFunctionpartitionNoneTs
( root: string, input: Array<[string, PackageInfo]>, tsconfigPath: string )
src/helpers.ts:53
↓ 2 callersFunctionreadWorkspaceInfoObject
( projectRoot: string )
src/helpers.ts:367
↓ 2 callersFunctionsetCompilerOptionsStringProp
( // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types ast: any, propName: stri
src/helpers.ts:288
↓ 2 callersFunctionsetProjectReferences
(ast: any, pathsToAdd: string[])
src/helpers.ts:181
↓ 1 callersFunctionapplyOnPackage
( root: string, packageName: string, packagesMap: Map<string, PackageInfo>, tsconfigPath: string )
src/helpers.ts:113
↓ 1 callersFunctionapplyTransformationOnTSConfig
( root: string, packageName: string, packagesMap: Map<string, PackageInfo>, tsconfigPath: string, tr
src/helpers.ts:149
↓ 1 callersFunctionfindEnsureProjectReferences
(ast: any)
src/helpers.ts:220
↓ 1 callersFunctioninjectRefs
( projectRoot: string, options: { tsconfigPathInsidePackages: string; generateBuildAll: boolean } )
src/commands.ts:13
↓ 1 callersFunctionisTsPackage
( root: string, packageName: string, packageInfo: PackageInfo, tsconfigPath: string )
src/helpers.ts:96
FunctionexecFile
( file: string, args: string[], cwd: string )
src/helpers.ts:20
FunctionmakeRed
(txt: string)
src/index.ts:111