Searched refs:TEMP_JS (Results 1 – 2 of 2) sorted by relevance
38 TEMP_JS,89 const tempFilePath: string = changeFileExtension(fileName, TEMP_JS);253 let sourceFile: string = changeFileExtension(filePath, '_.js', TEMP_JS);368 const abcFilePath: string = changeFileExtension(value.filePath, EXTNAME_ABC, TEMP_JS);
58 export const TEMP_JS: string = '.temp.js'; constant