(projectDir: string)
| 325 | } |
| 326 | |
| 327 | export function getProjectDir(projectDir: string): string { |
| 328 | return join(getProjectsDir(), sanitizePath(projectDir)) |
| 329 | } |
| 330 | |
| 331 | /** |
| 332 | * Resolves a directory path to its canonical form using realpath + NFC |
no test coverage detected