Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts291 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS … constant
296 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS … constant
303 …const extName: string = (moduleId.endsWith(EXTNAME_MJS) || moduleId.endsWith(EXTNAME_CJS)) ? EXTNA… constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_sourcemap.ts343 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS … constant
/developtools/hdc/src/common/
Dtransfer.cpp353 bool HdcTransferBase::MatchPackageExtendName(string fileName, string extName) in MatchPackageExtendName()