Searched refs:newContent (Results 1 – 4 of 4) sorted by relevance
94 const newContent = replaceFunction(content); constant95 if (newContent !== content) {96 await fs.writeFile(filePath, newContent);
473 const newContent = fs.readdirSync(filepath);474 if (newContent.length === 0) {
500 const newContent = fs.readdirSync(filepath);501 if (newContent.length === 0) {