Searched refs:tryModulePkg (Results 1 – 1 of 1) sorted by relevance
146 const tryModulePkg: string = toUnixPath(path.resolve(modulePath, packageDir)); constant147 if (unixFilePath.indexOf(tryModulePkg) !== -1) {148 …return unixFilePath.replace(tryModulePkg, `${packageDir}@${moduleName}`).replace(new RegExp(packag…162 const tryModulePkg: string = toUnixPath(path.join(moduleRootPath, packageDir)); constant163 if (unixFilePath.indexOf(tryModulePkg) !== -1) {164 …return unixFilePath.replace(tryModulePkg, `${packageDir}/${ZERO}`).replace(new RegExp(packageDir, …