Searched refs:applyPatch (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
D | apply.js | 7 exports.applyPatch = applyPatch; 26 function applyPatch(source, uniDiff) { function 225 var updatedContent = applyPatch(data, index, options);
|
/third_party/node/deps/npm/node_modules/diff/ |
D | release-notes.md | 40 - [#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/ |
D | index.js | 76 return _apply.applyPatch;
|
D | index.es6.js | 851 function applyPatch(source, uniDiff) { function 1005 var updatedContent = applyPatch(data, index, options); 1699 export { Diff, applyPatch, applyPatches, canonicalize, convertChangesToDMP, convertChangesToXML, cr…
|
D | index.mjs | 851 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/ |
D | diff.js | 857 function applyPatch(source, uniDiff) { function 1011 var updatedContent = applyPatch(data, index, options); 1706 exports.applyPatch = applyPatch;
|