Searched refs:tryProjectPkg (Results 1 – 1 of 1) sorted by relevance
138 const tryProjectPkg: string = toUnixPath(path.join(projectRootPath, packageDir)); constant139 if (unixFilePath.indexOf(tryProjectPkg) !== -1) {140 …return unixFilePath.replace(tryProjectPkg, `${packageDir}`).replace(new RegExp(packageDir, 'g'), P…157 const tryProjectPkg: string = toUnixPath(path.join(projectRootPath, packageDir)); constant158 if (unixFilePath.indexOf(tryProjectPkg) !== -1) {159 …return unixFilePath.replace(tryProjectPkg, `${packageDir}/${ONE}`).replace(new RegExp(packageDir, …