Searched defs:extName (Results 1 – 2 of 2) sorted by relevance
275 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS … constant280 …const extName: string = shouldETSOrTSFileTransformToJS(moduleId, this.projectConfig) ? EXTNAME_JS … constant287 …const extName: string = (moduleId.endsWith(EXTNAME_MJS) || moduleId.endsWith(EXTNAME_CJS)) ? EXTNA… constant
353 bool HdcTransferBase::MatchPackageExtendName(string fileName, string extName) in MatchPackageExtendName()