We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055cf10 commit db7a713Copy full SHA for db7a713
src/json-patch-ot/transform.ts
@@ -6,10 +6,9 @@ import {xforms} from './transforms';
6
* already accepted patches.
7
*
8
* @param accepted Array of already accepted operations.
9
- * @param proposed Array of proposed operations. Proposed operations are mutated inline.
10
- * @param acceptedWins Whether accepted operation should win on when paths match exactly.
+ * @param proposed Array of proposed operations.
11
12
- * @returns Array of transformed changes
+ * @returns Array of transformed changes.
13
*/
14
export const transform = (accepted: readonly Op[], proposed: readonly Op[]): readonly Op[] => {
15
const length = accepted.length;
0 commit comments