Searched refs:pkgBuildPath (Results 1 – 1 of 1) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 108 pkgBuildPath: string; property in PackageEntryInfo 109 constructor(pkgEntryPath: string, pkgBuildPath: string) { 111 this.pkgBuildPath = pkgBuildPath; 180 …const pkgBuildPath: string = getOhmUrlByFilepath(filePath, this.projectConfig, this.logger, metaIn… constant 186 pkgEntryInfos.set(pkgEntryPath, new PackageEntryInfo(pkgEntryPath, pkgBuildPath)); 202 let pkgBuildPath: string = path.join(pkgEntryPath, originPkgEntryPath); 203 pkgBuildPath = toUnixPath(pkgBuildPath.substring(0, pkgBuildPath.lastIndexOf('.'))); 205 pkgEntryInfos.set(pkgEntryPath, new PackageEntryInfo(pkgEntryPath, pkgBuildPath)); 359 entriesInfo += `${value.pkgEntryPath}:${value.pkgBuildPath}\n`;
|