Home
last modified time | relevance | path

Searched defs:extName (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts436 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig, metaInfo) ? E… constant
441 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig, metaInfo) ? E… constant
448 …const extName: string = (moduleId.endsWith(EXTNAME_MJS) || moduleId.endsWith(EXTNAME_CJS)) ? EXTNA… constant
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/module/
Dmodule_mode.ts464 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig, metaInfo) ? E… constant
469 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig, metaInfo) ? E… constant
476 …const extName: string = (moduleId.endsWith(EXTNAME_MJS) || moduleId.endsWith(EXTNAME_CJS)) ? EXTNA… constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts76 const extName: string = this.getExtName(filePath, metaInfo); constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_sourcemap.ts610 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS … constant
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/
Dgenerate_sourcemap.ts622 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS … constant
/developtools/hdc/src/common/
Dtransfer.cpp554 bool HdcTransferBase::MatchPackageExtendName(string fileName, string extName) in MatchPackageExtendName()