Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bnaya/typescript-monorepo-toolkit
/ functions
Functions
17 in github.com/Bnaya/typescript-monorepo-toolkit
⨍
Functions
17
◇
Types & classes
2
↓ 4 callers
Function
wrapAsyncCommand
(command: Promise<void>)
src/helpers.ts:13
↓ 3 callers
Function
applyTransformationOnAllPackages
( projectRoot: string, tsconfigPathInsidePackages: string, transformation: ( ast: any, root: str
src/helpers.ts:320
↓ 3 callers
Function
setRootStringProp
( // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types ast: any, propName: stri
src/helpers.ts:258
↓ 2 callers
Function
assertNonNull
(v: T)
src/assertNonNull.ts:1
↓ 2 callers
Function
ensureCompositeProject
(ast: any)
src/helpers.ts:239
↓ 2 callers
Function
findEnsureCompilerOptions
(ast: any)
src/helpers.ts:199
↓ 2 callers
Function
partitionNoneTs
( root: string, input: Array<[string, PackageInfo]>, tsconfigPath: string )
src/helpers.ts:53
↓ 2 callers
Function
readWorkspaceInfoObject
( projectRoot: string )
src/helpers.ts:367
↓ 2 callers
Function
setCompilerOptionsStringProp
( // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types ast: any, propName: stri
src/helpers.ts:288
↓ 2 callers
Function
setProjectReferences
(ast: any, pathsToAdd: string[])
src/helpers.ts:181
↓ 1 callers
Function
applyOnPackage
( root: string, packageName: string, packagesMap: Map<string, PackageInfo>, tsconfigPath: string )
src/helpers.ts:113
↓ 1 callers
Function
applyTransformationOnTSConfig
( root: string, packageName: string, packagesMap: Map<string, PackageInfo>, tsconfigPath: string, tr
src/helpers.ts:149
↓ 1 callers
Function
findEnsureProjectReferences
(ast: any)
src/helpers.ts:220
↓ 1 callers
Function
injectRefs
( projectRoot: string, options: { tsconfigPathInsidePackages: string; generateBuildAll: boolean } )
src/commands.ts:13
↓ 1 callers
Function
isTsPackage
( root: string, packageName: string, packageInfo: PackageInfo, tsconfigPath: string )
src/helpers.ts:96
Function
execFile
( file: string, args: string[], cwd: string )
src/helpers.ts:20
Function
makeRed
(txt: string)
src/index.ts:111