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

Function parse

src/diff2html.ts:24–26  ·  view source on GitHub ↗
(diffInput: string, configuration: Diff2HtmlConfig = {})

Source from the content-addressed store, hash-verified

22};
23
24export function parse(diffInput: string, configuration: Diff2HtmlConfig = {}): DiffFile[] {
25 return DiffParser.parse(diffInput, { ...defaultDiff2HtmlConfig, ...configuration });
26}
27
28export function html(diffInput: string | DiffFile[], configuration: Diff2HtmlConfig = {}): string {
29 const config = { ...defaultDiff2HtmlConfig, ...configuration };

Callers 1

diff2html-tests.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…