| 1 | import {parsePatch} from '../../libesm/patch/parse.js'; |
| 2 | import {formatPatch} from '../../libesm/patch/create.js'; |
| 3 | import {winToUnix, unixToWin, isWin, isUnix} from '../../libesm/patch/line-endings.js'; |
| 4 |
nothing calls this directly
no test coverage detected