ot-diff:JavaScript的运算转换差异工具

时间:2024-06-15 02:10:57
【文件属性】:

文件名称:ot-diff:JavaScript的运算转换差异工具

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-15 02:10:57

javascript es2015 diffing ot operational-transformations

OT-diff JavaScript中用于差异工具。 (注意:这不是您所期望的差异工具。对于git风格的差异,请查看 ) 目的 使用操作转换(OT)时,您需要知道何时插入,删除或替换文本块。 您只需要处理字符串中的连续更改(连续的意思是所有更改都在一起。最多只能有一组更改)。 这是一个例子: # contiguous changes (what OT handles) string - > strings # insertion strings - > string # deletion string - > strong # replacement # non-contiguous changes (what OT can't handle) string - > things 该库的存在可为您提供两个字符串之间的OT友好差异。 用法 与安装 npm install o


【文件预览】:
ot-diff-master
----.jshintrc(21B)
----src()
--------ot-diff.js(882B)
--------benchmark()
--------diff-helpers.js(2KB)
--------test()
----README.md(3KB)
----dist()
--------ot-diff.js(2KB)
--------benchmark()
--------diff-helpers.js(3KB)
--------test()
----.gitignore(883B)
----index.js(44B)
----package.json(920B)

网友评论