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