stageUtils
Index
Enumerations
Type Aliases
Functions
Enumerations
ActionType
ADD
CREATE
DELETE
MODIFY
REMOVE
Type Aliases
Consensus
Type declaration
useComponent: boolean
useThirdPerson: boolean
useUpperCase: boolean
FileAction
Type declaration
action: ActionType
path: PortablePath
Functions
checkConsensus
Parameters
lines: string[]
regex: RegExp
Returns boolean
expandDirectory
Parameters
initialCwd: PortablePath
Returns PortablePath[]
findConsensus
Parameters
lines: string[]
Returns Consensus
findVcsRoot
Parameters
cwd: PortablePath
__namedParameters: { marker: Filename }
Returns Promise<null | PortablePath>
genCommitMessage
Parameters
consensus: Consensus
actions: [ActionType, string][]
Returns string
getCommitPrefix
Parameters
consensus: Consensus
Returns | chore(yarn):
isYarnFile
Parameters
path: PortablePath
__namedParameters: { names: Set<string>; roots: Set<string> }
Returns boolean