Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/diff/lib/patch/
Dapply.js7 exports.applyPatch = applyPatch;
26 function applyPatch(source, uniDiff) { function
225 var updatedContent = applyPatch(data, index, options);
/third_party/node/deps/npm/node_modules/diff/
Drelease-notes.md40 - [#159](https://github.com/kpdecker/jsdiff/issues/159) - applyPatch affecting wrong line number wi…
161 - [#80](https://github.com/kpdecker/jsdiff/pull/80) - Fix a typo: applyPath -> applyPatch ([@fluxxu…
162 - [#83](https://github.com/kpdecker/jsdiff/pull/83) - Add basic fuzzy matching to applyPatch ([@pir…
167 - [#80](https://github.com/kpdecker/jsdiff/pull/80) - Fix a typo: applyPath -> applyPatch ([@fluxxu…
168 - [#83](https://github.com/kpdecker/jsdiff/pull/83) - Add basic fuzzy matching to applyPatch ([@pir…
197 - [#42](https://github.com/kpdecker/jsdiff/issues/42) - Fuzz factor for applyPatch ([@stuartpb](htt…
241 - [#57](https://github.com/kpdecker/jsdiff/issues/57) - createPatch -> applyPatch failed. ([@mog422…
/third_party/node/deps/npm/node_modules/diff/lib/
Dindex.js76 return _apply.applyPatch;
Dindex.es6.js851 function applyPatch(source, uniDiff) { function
1005 var updatedContent = applyPatch(data, index, options);
1699 export { Diff, applyPatch, applyPatches, canonicalize, convertChangesToDMP, convertChangesToXML, cr…
Dindex.mjs851 function applyPatch(source, uniDiff) { function
860 throw new Error('applyPatch only works with a single input.');
1005 var updatedContent = applyPatch(data, index, options);
1699 export { Diff, applyPatch, applyPatches, canonicalize, convertChangesToDMP, convertChangesToXML, cr…
/third_party/node/deps/npm/node_modules/diff/dist/
Ddiff.js857 function applyPatch(source, uniDiff) { function
1011 var updatedContent = applyPatch(data, index, options);
1706 exports.applyPatch = applyPatch;