Searched refs:TEMP_JS (Results 1 – 2 of 2) sorted by relevance
38 TEMP_JS,91 const tempFilePath: string = changeFileExtension(fileName, TEMP_JS);248 let sourceFile: string = changeFileExtension(filePath, '_.js', TEMP_JS);362 const abcFilePath: string = changeFileExtension(value.filePath, EXTNAME_ABC, TEMP_JS);403 relativeFileName = changeFileExtension(relativeFileName, EXTNAME_JS, TEMP_JS);
59 export const TEMP_JS: string = '.temp.js'; constant