Searched refs:applyPatches (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
D | apply.js | 8 exports.applyPatches = applyPatches; 194 function applyPatches(uniDiff, options) { function
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
D | index.js | 82 return _apply.applyPatches;
|
D | index.es6.js | 986 function applyPatches(uniDiff, options) { function 1699 export { Diff, applyPatch, applyPatches, canonicalize, convertChangesToDMP, convertChangesToXML, cr…
|
D | index.mjs | 986 function applyPatches(uniDiff, options) { function 1699 export { Diff, applyPatch, applyPatches, canonicalize, convertChangesToDMP, convertChangesToXML, cr…
|
/third_party/node/deps/npm/node_modules/diff/ |
D | release-notes.md | 125 - [#130](https://github.com/kpdecker/jsdiff/pull/130) - Add callback argument to applyPatches `patc… 132 - applyPatches patch callback now is async and requires the callback be called to continue operation 185 - [#73](https://github.com/kpdecker/jsdiff/issues/73) - Is applyPatches() exposed in the API? ([@da… 202 - Documentation for parsePatch and applyPatches - 27c4b77
|
/third_party/node/deps/npm/node_modules/diff/dist/ |
D | diff.js | 992 function applyPatches(uniDiff, options) { function 1707 exports.applyPatches = applyPatches;
|