| 6 | import HoganJsUtils, { HoganJsUtilsConfig } from './hoganjs-utils'; |
| 7 | |
| 8 | export interface Diff2HtmlConfig |
| 9 | extends DiffParser.DiffParserConfig, |
| 10 | LineByLineRendererConfig, |
| 11 | SideBySideRendererConfig, |
| 12 | HoganJsUtilsConfig { |
| 13 | outputFormat?: OutputFormatType; |
| 14 | drawFileList?: boolean; |
| 15 | } |
| 16 | |
| 17 | export const defaultDiff2HtmlConfig = { |
| 18 | ...defaultLineByLineRendererConfig, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…