Searched refs:EXTNAME_TS (Results 1 – 14 of 14) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | utils.test.ts | 47 EXTNAME_TS, 147 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 159 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 172 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 183 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 194 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 204 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 223 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 242 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 261 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… [all …]
|
| D | ark_utils.test.ts | 34 EXTNAME_TS, 132 if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_JS)) { 146 if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_JS)) { 157 if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_JS)) { 168 if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_JS)) { 302 if (moduleId.endsWith(EXTNAME_TS)) {
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/ |
| D | module_mode_mock.ts | 22 EXTNAME_TS, 40 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 107 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J…
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
| D | module_source_file.test.ts | 35 EXTNAME_TS, 76 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 204 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 245 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 286 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 327 if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS)) { 348 if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS)) { 369 if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS)) { 390 if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS)) { 411 if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS)) { [all …]
|
| D | module_hotreload_mode.test.ts | 33 EXTNAME_TS, 65 if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) {
|
| D | module_mode.test.ts | 27 EXTNAME_TS, 104 …if (filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ET… 133 …if (filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ET… 161 …if (filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ET… 190 …if (filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ET… 251 moduleMode.addModuleInfoItemMock(this.rollup, false, EXTNAME_TS); 253 expect(value.cacheFilePath.endsWith(EXTNAME_TS)).to.be.true; 729 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 747 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 765 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… [all …]
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 27 EXTNAME_TS, 92 removeCacheFile(cacheFilePath, EXTNAME_TS); 99 removeCacheFile(cacheFilePath, hasTsNoCheckOrTsIgnore ? EXTNAME_TS : EXTNAME_JS); 131 case EXTNAME_TS:
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_module_files.ts | 22 EXTNAME_TS, 57 temporaryFile = temporaryFile.replace(/\.ets$/, EXTNAME_TS);
|
| D | ark_utils.ts | 30 EXTNAME_TS, 242 if (temporaryFile.endsWith(EXTNAME_TS)) { 611 if (temporaryFile.endsWith(EXTNAME_TS)) {
|
| D | gen_abc_plugin.ts | 59 EXTNAME_TS, 398 tempFilePath = tempFilePath.replace(/\.ets$/, EXTNAME_TS); 399 buildFilePath = buildFilePath.replace(/\.ets$/, EXTNAME_TS); 558 case EXTNAME_TS: { 1111 case EXTNAME_TS: {
|
| D | pre_define.ts | 420 export const EXTNAME_TS: string = '.ts'; constant
|
| D | process_import.ts | 23 EXTNAME_TS, 666 if (filePath && path.extname(filePath) !== EXTNAME_ETS && path.extname(filePath) !== EXTNAME_TS && 673 … (/^(\.|\.\.)\//.test(filePath) && !fs.existsSync(path.resolve(pagesDir, filePath + EXTNAME_TS)) &&
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | ark_define.ts | 49 export const EXTNAME_TS: string = '.ts'; constant
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 31 EXTNAME_TS, 275 …e: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS : EXTNAME_TS; 279 case EXTNAME_TS: { 345 moduleId = changeFileExtension(moduleId, EXTNAME_TS); 764 newKey = changeFileExtension(newKey, EXTNAME_TS);
|