Searched refs:pkgEntryPath (Results 1 – 1 of 1) sorted by relevance
107 pkgEntryPath: string; property in PackageEntryInfo109 constructor(pkgEntryPath: string, pkgBuildPath: string) {110 this.pkgEntryPath = pkgEntryPath;184 …const pkgEntryPath: string = toUnixPath(path.join(`${PACKAGES}@${hostModuleName}`, hostDependencyN… constant185 if (!pkgEntryInfos.has(pkgEntryPath)) {186 pkgEntryInfos.set(pkgEntryPath, new PackageEntryInfo(pkgEntryPath, pkgBuildPath));201 const pkgEntryPath: string = toUnixPath(this.getPkgModulesFilePkgName(pkgPath)); constant202 let pkgBuildPath: string = path.join(pkgEntryPath, originPkgEntryPath);204 if (!pkgEntryInfos.has(pkgEntryPath)) {205 pkgEntryInfos.set(pkgEntryPath, new PackageEntryInfo(pkgEntryPath, pkgBuildPath));[all …]