Home
last modified time | relevance | path

Searched refs:EXTNAME_ETS (Results 1 – 21 of 21) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dcheck_import_modules.test.ts28 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)) {
Dutils.test.ts52 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/
Dcheck_import_module.ts22 EXTNAME_ETS,
35 if (requestFile.endsWith(EXTNAME_ETS) || requestFile.endsWith(EXTNAME_D_ETS)) {
Dutils.ts25 EXTNAME_ETS,
152 case EXTNAME_ETS:
Dgenerate_sourcemap.ts20 EXTNAME_ETS,
306 case EXTNAME_ETS: {
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_source_file.test.ts35 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 …]
Dmodule_hotreload_mode.test.ts34 EXTNAME_ETS
68 if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) {
Dmodule_coldreload_mode.test.ts35 EXTNAME_ETS
104 if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) {
Dmodule_mode.test.ts34 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/
Dmodule_mode_mock.ts24 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/
Dprocess_module_files.ts23 EXTNAME_ETS,
55 if (temporaryFile.endsWith(EXTNAME_ETS)) {
Dprocess_import.ts22 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)) &&
Dark_utils.ts35 EXTNAME_ETS,
687 if (jsFilePath.endsWith(EXTNAME_ETS)) {
Dpre_define.ts128 export const EXTNAME_ETS: string = '.ets'; constant
Dgen_abc_plugin.ts57 EXTNAME_ETS,
553 case EXTNAME_ETS: {
1106 case EXTNAME_ETS: {
Dutils.ts31 EXTNAME_ETS,
539 let extension: string = EXTNAME_ETS;
Dprocess_component_member.ts56 EXTNAME_ETS,
858 …ts.factory.createStringLiteral(path.basename(transformLog.sourceFile.fileName, EXTNAME_ETS) + '_'),
Dprocess_ui_syntax.ts49 EXTNAME_ETS,
480 ts.factory.createStringLiteral(path.basename(node.fileName, EXTNAME_ETS) + '_'),
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts45 export const EXTNAME_ETS: string = '.ets'; constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/
Dark_utils.test.ts41 EXTNAME_ETS,
143 } else if (filePath.endsWith(EXTNAME_ETS)) {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts26 EXTNAME_ETS,
290 case EXTNAME_ETS: {