readonly diff:()

in src/dev-ops.ts [52:62]


  readonly diff: () => Promise<readonly FileChange[]>

  /**
   * The method returns a set of json files with structural changes between `targetBranch` and `sourceBranch`.
   */
  readonly structuralDiff: () => asyncIt.AsyncIterableEx<string>
}

const sourceBranch = 'source-b6791c5f-e0a5-49b1-9175-d7fd3e341cb8'

const parseGitFileChangeKind = (line: string) => {