Searched refs:tryProjectPkg (Results 1 – 1 of 1) sorted by relevance
111 const tryProjectPkg: string = toUnixPath(path.join(projectRootPath, packageDir)); constant112 if (unixFilePath.indexOf(tryProjectPkg) !== -1) {113 …return unixFilePath.replace(tryProjectPkg, `${packageDir}`).replace(new RegExp(packageDir, 'g'), P…130 const tryProjectPkg: string = toUnixPath(path.join(projectRootPath, packageDir)); constant131 if (unixFilePath.indexOf(tryProjectPkg) !== -1) {132 …return unixFilePath.replace(tryProjectPkg, `${packageDir}/${ONE}`).replace(new RegExp(packageDir, …