Home
last modified time | relevance | path

Searched defs:EXTNAME_TS (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts47 export const EXTNAME_TS: string = '.ts'; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts225 const extName: string = this.projectConfig.processTs ? EXTNAME_TS : EXTNAME_JS; constant
/developtools/ace_ets2bundle/compiler/src/
Dpre_define.ts295 export const EXTNAME_TS: string = '.ts'; constant