(filePath: string)
| 77 | * probably good enough |
| 78 | */ |
| 79 | export function toMessageRelativeFilePath(filePath: string): string { |
| 80 | return posixPath(path.relative(process.cwd(), filePath)); |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Alias filepath relative to site directory, very useful so that we |
no test coverage detected
searching dependent graphs…