Searched refs:moduleRootPath (Results 1 – 5 of 5) sorted by relevance
53 moduleRootPath: projectConfig.moduleRootPath,
137 path.resolve(moduleInfo.id).startsWith(projectConfig.moduleRootPath + path.sep)) {139 const jsCacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,141 const jsBuildFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,
82 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]); constant135 const tryModulePkg: string = toUnixPath(path.join(moduleRootPath, packageDir));142 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]); constant143 if (unixFilePath.indexOf(moduleRootPath + '/') !== -1) {144 const relativeModulePath: string = unixFilePath.replace(moduleRootPath + '/', '');
379 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,
112 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,