Searched refs:tryModulePkg (Results 1 – 1 of 1) sorted by relevance
118 const tryModulePkg: string = toUnixPath(path.resolve(modulePath, packageDir)); constant119 if (unixFilePath.indexOf(tryModulePkg) !== -1) {120 return unixFilePath.replace(tryModulePkg, `${packageDir}@${moduleName}`).replace(135 const tryModulePkg: string = toUnixPath(path.join(moduleRootPath, packageDir)); constant136 if (unixFilePath.indexOf(tryModulePkg) !== -1) {137 …return unixFilePath.replace(tryModulePkg, `${packageDir}/${ZERO}`).replace(new RegExp(packageDir, …