()
| 36 | } |
| 37 | |
| 38 | export function getCliHighlightPromise(): Promise<CliHighlight | null> { |
| 39 | cliHighlightPromise ??= loadCliHighlight() |
| 40 | return cliHighlightPromise |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * eg. "foo/bar.ts" → "TypeScript". Awaits the shared cli-highlight load, |
no test coverage detected