MCPcopy Create free account
hub / github.com/kpdecker/jsdiff / line-endings.js

File line-endings.js

test/patch/line-endings.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {parsePatch} from '../../libesm/patch/parse.js';
2import {formatPatch} from '../../libesm/patch/create.js';
3import {winToUnix, unixToWin, isWin, isUnix} from '../../libesm/patch/line-endings.js';
4

Callers

nothing calls this directly

Calls 6

parsePatchFunction · 0.85
unixToWinFunction · 0.85
formatPatchFunction · 0.85
winToUnixFunction · 0.85
isWinFunction · 0.85
isUnixFunction · 0.85

Tested by

no test coverage detected