Home
last modified time | relevance | path

Searched refs:EXTNAME_TS (Results 1 – 14 of 14) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts47 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 …]
Dark_utils.test.ts34 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/
Dmodule_mode_mock.ts22 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/
Dmodule_source_file.test.ts35 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 …]
Dmodule_hotreload_mode.test.ts33 EXTNAME_TS,
65 if (filePath.endsWith(EXTNAME_TS) || filePath.endsWith(EXTNAME_ETS)) {
Dmodule_mode.test.ts27 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/
Dutils.ts27 EXTNAME_TS,
92 removeCacheFile(cacheFilePath, EXTNAME_TS);
99 removeCacheFile(cacheFilePath, hasTsNoCheckOrTsIgnore ? EXTNAME_TS : EXTNAME_JS);
131 case EXTNAME_TS:
/developtools/ace_ets2bundle/compiler/src/
Dprocess_module_files.ts22 EXTNAME_TS,
57 temporaryFile = temporaryFile.replace(/\.ets$/, EXTNAME_TS);
Dark_utils.ts30 EXTNAME_TS,
242 if (temporaryFile.endsWith(EXTNAME_TS)) {
611 if (temporaryFile.endsWith(EXTNAME_TS)) {
Dgen_abc_plugin.ts59 EXTNAME_TS,
398 tempFilePath = tempFilePath.replace(/\.ets$/, EXTNAME_TS);
399 buildFilePath = buildFilePath.replace(/\.ets$/, EXTNAME_TS);
558 case EXTNAME_TS: {
1111 case EXTNAME_TS: {
Dpre_define.ts420 export const EXTNAME_TS: string = '.ts'; constant
Dprocess_import.ts23 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/
Dark_define.ts49 export const EXTNAME_TS: string = '.ts'; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts31 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);