MCPcopy Index your code

hub / github.com/bencoveney/barrelsby / functions

Functions50 in github.com/bencoveney/barrelsby

↓ 6 callersFunctiongetBasename
(relativePath: string)
src/builder.ts:85
↓ 6 callersFunctionrunBuilder
(structure: StructureOption | undefined)
src/builder.test.ts:53
↓ 5 callersFunctionconvertPathSeparator
(path: string)
src/utilities.ts:2
↓ 5 callersFunctiontestMode
(mode: LocationOption, getExpectedDestinations: () => Directory[])
src/destinations.test.ts:13
↓ 4 callersFunctionbuildImportPath
(directory: Directory, target: FileTreeLocation, baseUrl: BaseUrl)
src/builder.ts:63
↓ 4 callersFunctiongetArgs
()
src/args.ts:16
↓ 4 callersFunctiongetBarrelName
(name: string, logger: Logger)
src/options/barrelName.ts:4
↓ 4 callersFunctionwalkTree
(directory: Directory, callback: (directory: Directory) => void)
src/fileTree.ts:39
↓ 3 callersFunctionBarrelsby
(args: Arguments)
src/index.ts:18
↓ 3 callersFunctionbuild
(params: { addHeader: boolean; destinations: Directory[]; quoteCharacter: QuoteCharacter; semicolonCha
src/builder.ts:12
↓ 3 callersFunctiongetCombinedBaseUrl
(rootPath: string, baseUrl: BaseUrl)
src/options/baseUrl.ts:5
↓ 3 callersFunctiongetLocationByName
(locations: FileTreeLocation[], name: string)
src/builder.test.ts:22
↓ 3 callersFunctiongetLogger
({ isVerbose }: { isVerbose: boolean } = { isVerbose: false })
src/options/logger.ts:7
↓ 3 callersFunctiongetQuoteCharacter
(isSingleQuotes: boolean)
src/options/quoteCharacter.ts:3
↓ 3 callersFunctiongetSemicolonCharacter
(omitSemicolon: boolean)
src/options/noSemicolon.ts:3
↓ 3 callersFunctiontestFile
(name: string)
src/fileTree.test.ts:39
↓ 3 callersFunctiontestStructure
(structure: StructureOption | undefined, isFlat: boolean)
src/builder.test.ts:86
↓ 2 callersFunctionaddHeaderPrefix
(content: string)
src/builders/header.ts:1
↓ 2 callersFunctionbuildRegexList
(patterns: string[])
src/modules.ts:32
↓ 2 callersFunctioncheckContent
(address: string)
src/builder.test.ts:109
↓ 2 callersFunctioncheckDoesNotExist
(address: string)
src/builder.test.ts:174
↓ 2 callersFunctiondotOrDashStrToCamelCase
(str: string)
src/builders/flat.ts:9
↓ 2 callersFunctionloadDirectoryModules
( directory: Directory, logger: Logger, include: string[], exclude: string[], local: boolean )
src/modules.ts:68
↓ 2 callersFunctionresolveRootPath
(directory: string)
src/options/rootPath.ts:3
↓ 1 callersFunctionarrayToCamelCase
(arr: string[])
src/builders/flat.ts:14
↓ 1 callersFunctionbuildBarrel
({ addHeader, directory, barrelType, quoteCharacter, semicolonCharacter, barrelName, logger, b
src/tasks/BuildBarrel.ts:15
↓ 1 callersFunctionbuildFileSystemBarrel
( directory: Directory, modules: FileTreeLocation[], quoteCharacter: QuoteCharacter, semicolonCharacte
src/builders/fileSystem.ts:59
↓ 1 callersFunctionbuildFilters
(include: string[], exclude: string[])
src/modules.ts:30
↓ 1 callersFunctionbuildFlatBarrel
( directory: Directory, modules: FileTreeLocation[], quoteCharacter: QuoteCharacter, semicolonCharacte
src/builders/flat.ts:22
↓ 1 callersFunctionbuildStructureSubsection
(structure: ExportStructure, pathParts: string[], name: string, reference: string)
src/builders/fileSystem.ts:34
↓ 1 callersFunctionbuildTree
(directory: string, barrelName: string, logger: Logger)
src/fileTree.ts:9
↓ 1 callersFunctioncallback
(directory: Directory)
src/fileTree.test.ts:85
↓ 1 callersFunctionfilterModules
(filters: Filters, locations: FileTreeLocation[], logger: Logger)
src/modules.ts:41
↓ 1 callersFunctiongetDestinations
( rootTree: Directory, locationOption: LocationOption, barrelName: string, logger: Logger )
src/destinations.ts:8
↓ 1 callersFunctiongetModules
(directory: Directory, logger: Logger, local: boolean)
src/modules.ts:12
↓ 1 callersFunctiongetModules
(directory: Directory)
src/testUtilities.ts:87
↓ 1 callersFunctiongetOptionsConfig
(configParser: any)
src/options/options.ts:32
↓ 1 callersFunctionpurge
( rootTree: Directory, shouldPurge: boolean, noHeader: boolean, barrelName: string, logger: Logger )
src/purge.ts:8
↓ 1 callersFunctionstringify
(structure: ExportStructure, previousIndentation: string)
src/builders/fileSystem.ts:12
↓ 1 callersFunctionstripThisDirectory
(location: string, baseUrl: BaseUrl)
src/builder.ts:80
FunctionassertMultiLine
(actual: string, expected: string)
src/testUtilities.ts:100
FunctioncompareImports
(a: Import, b: Import)
src/builders/fileSystem.ts:55
FunctionconfigParser
(configPath: string)
src/args.ts:5
FunctionmockDirectoryTree
()
src/testUtilities.ts:29
FunctionmockFsConfiguration
()
src/testUtilities.ts:9
FunctionmockLogger
(_: string[])
src/testUtilities.ts:95
FunctionmockModules
(rootDirectory: Directory)
src/testUtilities.ts:86
Functiontest
()
test/deleteTrue/expected/theta/index.ts:2
Functiontest
()
test/deleteTrue/input/theta/index.ts:2
Functiontslint
(content: string, quoteCharacter: QuoteCharacter)
src/testUtilities.ts:110