Searched defs:projectFilePath (Results 1 – 4 of 4) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/interop/ |
| D | run_declgen_standalone.ts | 189 const projectFilePath = getRelativePath(filePath, moduleInfo.modulePath); constant 423 const projectFilePath: string = unixFilePath.replace(toUnixPath(pkgPath) + '/', ''); constant
|
| D | process_arkts_evolution.ts | 99 …const { projectFilePath, pkgInfo } = getPkgInfo(filePath, projectConfig, logger, pkgPath, pkgName); constant
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 119 const { projectFilePath, pkgInfo } = ohmurlInfo; constant 159 const projectFilePath: string = unixFilePath.replace(toUnixPath(pkgPath) + '/', ''); constant 184 const projectFilePath: string = unixFilePath.replace(projectRootPath, ''); constant 224 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
|
| /developtools/ace_ets2bundle/compiler/src/interop/src/ |
| D | ark_utils.ts | 124 …const { projectFilePath, pkgInfo } = getPkgInfo(filePath, projectConfig, logger, pkgPath, pkgName,… constant 164 const projectFilePath: string = unixFilePath.replace(toUnixPath(pkgPath) + '/', ''); constant 189 const projectFilePath: string = unixFilePath.replace(projectRootPath, ''); constant 229 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
|