()
| 283 | * This prevents the delay when opening the diff view for the first time |
| 284 | */ |
| 285 | export function preloadDiffHighlighter(): void { |
| 286 | // Start loading in background, don't block |
| 287 | getDiffHighlighter().catch((err) => { |
| 288 | console.warn("[preloadDiffHighlighter] Failed to preload:", err) |
| 289 | }) |
| 290 | } |
no test coverage detected