MCPcopy
hub / github.com/TypeStrong/ts-node / getDiffLines

Function getDiffLines

src/repl.ts:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29let diff: typeof _diff;
30function getDiffLines() {
31 if (diff === undefined) {
32 diff = require('diff');
33 }
34 return diff.diffLines;
35}
36
37/** @internal */
38export const EVAL_FILENAME = `[eval].ts`;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…