Home
last modified time | relevance | path

Searched refs:applyPatches (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/diff/lib/patch/
Dapply.js8 exports.applyPatches = applyPatches;
194 function applyPatches(uniDiff, options) { function
/third_party/node/deps/npm/node_modules/diff/lib/
Dindex.js82 return _apply.applyPatches;
Dindex.es6.js986 function applyPatches(uniDiff, options) { function
1699 export { Diff, applyPatch, applyPatches, canonicalize, convertChangesToDMP, convertChangesToXML, cr…
Dindex.mjs986 function applyPatches(uniDiff, options) { function
1699 export { Diff, applyPatch, applyPatches, canonicalize, convertChangesToDMP, convertChangesToXML, cr…
/third_party/node/deps/npm/node_modules/diff/
Drelease-notes.md125 - [#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/
Ddiff.js992 function applyPatches(uniDiff, options) { function
1707 exports.applyPatches = applyPatches;