Home
last modified time | relevance | path

Searched refs:shouldETSOrTSFileTransformToJS (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dtransform.ts29 shouldETSOrTSFileTransformToJS
50 if (isTsOrEtsSourceFile(id) && shouldETSOrTSFileTransformToJS(id, projectConfig, metaInfo)) {
Dgenerate_sourcemap.ts36 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 …
Dutils.ts103 export function shouldETSOrTSFileTransformToJS(filePath: string, projectConfig: Object, metaInfo?: … function
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts25 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/
Dmodule_mode.ts72 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/
Dmodule_mode.test.ts27 import { shouldETSOrTSFileTransformToJS } from '../../../lib/fast_build/ark_compiler/utils';
919 if (shouldETSOrTSFileTransformToJS(moduleId, moduleMode.projectConfig)) {
928 if (shouldETSOrTSFileTransformToJS(moduleId, moduleMode.projectConfig)) {