| 41 | }; |
| 42 | |
| 43 | export interface RenderConfig { |
| 44 | matching?: LineMatchingType; |
| 45 | matchWordsThreshold?: number; |
| 46 | maxLineLengthHighlight?: number; |
| 47 | diffStyle?: DiffStyleType; |
| 48 | colorScheme?: ColorSchemeType; |
| 49 | } |
| 50 | |
| 51 | export const defaultRenderConfig = { |
| 52 | matching: LineMatchingType.NONE, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…