Searched refs:newFilePath (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | ark_utils.test.ts | 310 const newFilePath = changeFileExtension(filePath, EXTNAME_JS); constant 331 await writeTerserObfuscatedSourceCode(moduleSource.source, newFilePath, moduleSource.logger, 333 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8');
|
| D | utils.test.ts | 212 const newFilePath = changeFileExtension(filePath, EXTNAME_JS); constant 213 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8'); 231 const newFilePath = changeFileExtension(filePath, EXTNAME_JS); constant 232 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8'); 250 const newFilePath = changeFileExtension(filePath, EXTNAME_JS); constant 251 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8'); 269 const newFilePath = changeFileExtension(filePath, EXTNAME_JS); constant 270 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8');
|