Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api-helper/misc/git/filesChangedSince"

Index

Type aliases

Mod

Mod: "added" | "deleted" | "modified" | "renamed"

Functions

anyFileChangedSuchThat

  • anyFileChangedSuchThat(changedFilePaths: string[], test: (path: string) => boolean): boolean
  • Does a file satisfying this text exist within the set of changed files?

    Parameters

    • changedFilePaths: string[]
    • test: (path: string) => boolean

      test for the file change

        • (path: string): boolean
        • Parameters

          • path: string

          Returns boolean

    Returns boolean

anyFileChangedWithExtension

  • anyFileChangedWithExtension(changedFilePaths: string[], extensions: string[]): boolean

filesChangedSince

  • filesChangedSince(project: GitProject, push: Fragment): Promise<string[] | undefined>

gitDiff

  • gitDiff(sha: string, commitCount: number, project: GitProject): Promise<string[]>

prefixWithDot

  • prefixWithDot(ext: string): string

Generated using TypeDoc