Searched refs:readFileAsync (Results 1 – 6 of 6) sorted by relevance
25 results.push(readFileAsync(input.files[i]));45 function readFileAsync(targetFile) { function
1 …readFileAsync(input.files[i]));\n }\n try {\n const assets = await Pr…
35 results.push(readFileAsync(input.files[i]));56 function readFileAsync(targetFile: File): Promise<DocumentPickerAsset> { function
28 const newFileContent = await Git.readFileAsync(pullRequest.head.sha, fileDiff.to!);
61 await Git.readFileAsync(`origin/${sourceBranch}`, pkg.changelogPath)
435 async readFileAsync(ref: string, path: string): Promise<string> { method in GitDirectory