Searched refs:pkgPath (Results 1 – 1 of 1) sorted by relevance
196 const pkgPath: string = metaInfo['pkgPath']; constant197 let originPkgEntryPath: string = toUnixPath(filePath.replace(pkgPath, ''));201 const pkgEntryPath: string = toUnixPath(this.getPkgModulesFilePkgName(pkgPath));211 if (actualPath === pkgPath) {553 private getPkgModulesFilePkgName(pkgPath: string) {554 pkgPath = toUnixPath(pkgPath);559 if (pkgPath.includes(projectPkgModulesPath)) {560 pkgName = path.join(PACKAGES, pkgPath.replace(projectPkgModulesPath, ''));565 if (pkgPath.indexOf(fakeModulePkgModulesPath) !== -1) {566 const tempFilePath: string = pkgPath.replace(projectRootPath, '');