Searched refs:projectPkgModulesPath (Results 1 – 1 of 1) sorted by relevance
557 const projectPkgModulesPath: string = toUnixPath(path.join(projectRootPath, packageDir)); constant559 if (pkgPath.includes(projectPkgModulesPath)) {560 pkgName = path.join(PACKAGES, pkgPath.replace(projectPkgModulesPath, ''));