Searched refs:moduleRootPath (Results 1 – 1 of 1) sorted by relevance
11 function isModuleRootPathInNodeModulesFolder(moduleRootPath: string): boolean {12 const parentFolderName = path.basename(path.dirname(moduleRootPath));42 const moduleRootPath = path.dirname(resolveFrom(projectRoot, `${moduleId}/package.json`)); constant43 return !isModuleRootPathInNodeModulesFolder(moduleRootPath);