Searched refs:newFileContent (Results 1 – 2 of 2) sorted by relevance
28 const newFileContent = await Git.readFileAsync(pullRequest.head.sha, fileDiff.to!); constant31 const violations = await lintStringAsync(newFileContent);
471 const newFileContent = originalFileContent.replace( constant475 await fs.writeFile(file, newFileContent, 'utf8');