Searched refs:shouldETSOrTSFileTransformToJS (Results 1 – 6 of 6) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | transform.ts | 29 shouldETSOrTSFileTransformToJS 50 if (isTsOrEtsSourceFile(id) && shouldETSOrTSFileTransformToJS(id, projectConfig, metaInfo)) {
|
| D | generate_sourcemap.ts | 36 shouldETSOrTSFileTransformToJS 328 …extName = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig, metaInfo) ? EXTNAME_JS : EX… 332 …extName = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig, metaInfo) ? EXTNAME_JS : ''; 364 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS …
|
| D | utils.ts | 103 export function shouldETSOrTSFileTransformToJS(filePath: string, projectConfig: Object, metaInfo?: … function
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | utils.test.ts | 25 shouldETSOrTSFileTransformToJS, 165 …expect(shouldETSOrTSFileTransformToJS(filePath, this.rollup.share.arkProjectConfig) === true).to.b… 179 …expect(shouldETSOrTSFileTransformToJS(filePath, this.rollup.share.arkProjectConfig) === true).to.b… 190 …expect(shouldETSOrTSFileTransformToJS(filePath, this.rollup.share.arkProjectConfig) === true).to.b… 201 …expect(shouldETSOrTSFileTransformToJS(filePath, this.rollup.share.arkProjectConfig) === true).to.b… 212 …expect(shouldETSOrTSFileTransformToJS(filePath, this.rollup.share.arkProjectConfig) === true).to.b… 260 expect(shouldETSOrTSFileTransformToJS(filePath, projectConfig) === true).to.be.true;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 72 shouldETSOrTSFileTransformToJS 384 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig, metaInfo) ? E… 389 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig, metaInfo) ? E…
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
| D | module_mode.test.ts | 27 import { shouldETSOrTSFileTransformToJS } from '../../../lib/fast_build/ark_compiler/utils'; 919 if (shouldETSOrTSFileTransformToJS(moduleId, moduleMode.projectConfig)) { 928 if (shouldETSOrTSFileTransformToJS(moduleId, moduleMode.projectConfig)) {
|