Searched refs:EXTNAME_ETS (Results 1 – 21 of 21) sorted by relevance
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
D | check_import_modules.test.ts | 28 EXTNAME_ETS 46 if (moduleInfo.id.endsWith(EXTNAME_ETS)) { 68 if (moduleInfo.id.endsWith(EXTNAME_ETS)) { 90 if (moduleInfo.id.endsWith(EXTNAME_ETS)) { 112 if (moduleInfo.id.endsWith(EXTNAME_ETS)) {
|
D | utils.test.ts | 52 EXTNAME_ETS, 158 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 170 …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… 205 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 247 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 266 …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… 306 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… [all …]
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
D | check_import_module.ts | 22 EXTNAME_ETS, 35 if (requestFile.endsWith(EXTNAME_ETS) || requestFile.endsWith(EXTNAME_D_ETS)) {
|
D | utils.ts | 25 EXTNAME_ETS, 152 case EXTNAME_ETS:
|
D | generate_sourcemap.ts | 20 EXTNAME_ETS, 306 case EXTNAME_ETS: {
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
D | module_source_file.test.ts | 35 EXTNAME_ETS, 78 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 122 if (moduleId.endsWith(EXTNAME_ETS)) { 167 if (moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_JS)) { 212 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 255 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 298 …if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS) || moduleId.endsWith(EXTNAME_J… 341 if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS)) { 364 if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS)) { 387 if (moduleId.endsWith(EXTNAME_TS) || moduleId.endsWith(EXTNAME_ETS)) { [all …]
|
D | module_hotreload_mode.test.ts | 34 EXTNAME_ETS 68 if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) {
|
D | module_coldreload_mode.test.ts | 35 EXTNAME_ETS 104 if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) {
|
D | module_mode.test.ts | 34 EXTNAME_ETS, 118 …filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) { 150 …filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) { 182 …filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) { 214 …filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) { 257 …filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) { 301 …filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) { 345 …filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) { 389 …filePath.endsWith(EXTNAME_JS) || filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) { 1395 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… [all …]
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/ |
D | module_mode_mock.ts | 24 EXTNAME_ETS 43 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J… 54 … filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_JS); 136 …if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS) || filePath.endsWith(EXTNAME_J…
|
/developtools/ace_ets2bundle/compiler/src/ |
D | process_module_files.ts | 23 EXTNAME_ETS, 55 if (temporaryFile.endsWith(EXTNAME_ETS)) {
|
D | process_import.ts | 22 EXTNAME_ETS, 156 const content: string = path.extname(fileResolvePath) === EXTNAME_ETS ? 623 if (filePath && path.extname(filePath) !== EXTNAME_ETS && isModule(filePath)) { 624 filePath += EXTNAME_ETS; 667 if (fs.existsSync(fileResolvePath + EXTNAME_ETS)) { 668 fileResolvePath = fileResolvePath + EXTNAME_ETS; 692 if (filePath && path.extname(filePath) !== EXTNAME_ETS && path.extname(filePath) !== EXTNAME_TS && 696 …(/^(\.|\.\.)\//.test(filePath) && !fs.existsSync(path.resolve(pagesDir, filePath + EXTNAME_ETS)) &&
|
D | ark_utils.ts | 35 EXTNAME_ETS, 687 if (jsFilePath.endsWith(EXTNAME_ETS)) {
|
D | pre_define.ts | 128 export const EXTNAME_ETS: string = '.ets'; constant
|
D | gen_abc_plugin.ts | 57 EXTNAME_ETS, 553 case EXTNAME_ETS: { 1106 case EXTNAME_ETS: {
|
D | utils.ts | 31 EXTNAME_ETS, 539 let extension: string = EXTNAME_ETS;
|
D | process_component_member.ts | 56 EXTNAME_ETS, 858 …ts.factory.createStringLiteral(path.basename(transformLog.sourceFile.fileName, EXTNAME_ETS) + '_'),
|
D | process_ui_syntax.ts | 49 EXTNAME_ETS, 480 ts.factory.createStringLiteral(path.basename(node.fileName, EXTNAME_ETS) + '_'),
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
D | ark_define.ts | 45 export const EXTNAME_ETS: string = '.ets'; constant
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/ |
D | ark_utils.test.ts | 41 EXTNAME_ETS, 143 } else if (filePath.endsWith(EXTNAME_ETS)) {
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
D | module_mode.ts | 26 EXTNAME_ETS, 290 case EXTNAME_ETS: {
|