MCPcopy Index your code
hub / github.com/rtfpessoa/diff2html / Diff2HtmlConfig

Interface Diff2HtmlConfig

src/diff2html.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import HoganJsUtils, { HoganJsUtilsConfig } from './hoganjs-utils';
7
8export interface Diff2HtmlConfig
9 extends DiffParser.DiffParserConfig,
10 LineByLineRendererConfig,
11 SideBySideRendererConfig,
12 HoganJsUtilsConfig {
13 outputFormat?: OutputFormatType;
14 drawFileList?: boolean;
15}
16
17export const defaultDiff2HtmlConfig = {
18 ...defaultLineByLineRendererConfig,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…