Home
last modified time | relevance | path

Searched refs:newFileContent (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/code-review/reviewers/
H A DlintSwiftFiles.ts28 const newFileContent = await Git.readFileAsync(pullRequest.head.sha, fileDiff.to!); constant
31 const violations = await lintStringAsync(newFileContent);
/expo/tools/src/vendoring/
H A Dlegacy.ts471 const newFileContent = originalFileContent.replace( constant
475 await fs.writeFile(file, newFileContent, 'utf8');