(file: string)
| 13 | } |
| 14 | |
| 15 | export function highlight(file: string) { |
| 16 | return `${pc.dim(pc.blue('`'))}${pc.blue(file)}${pc.dim(pc.blue('`'))}` |
| 17 | } |
| 18 | |
| 19 | /** |
| 20 | * Convert an `absolute` path to a `relative` path from the current working |
no outgoing calls
no test coverage detected