Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dark_utils.test.ts310 const newFilePath = changeFileExtension(filePath, EXTNAME_JS); constant
331 await writeTerserObfuscatedSourceCode(moduleSource.source, newFilePath, moduleSource.logger,
333 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8');
Dutils.test.ts212 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');