Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts38 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);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts58 export const TEMP_JS: string = '.temp.js'; constant