dat-archive-file-diff:获取Dat存档中文本文件的逐行差异

时间:2024-06-08 00:34:07
【文件属性】:

文件名称:dat-archive-file-diff:获取Dat存档中文本文件的逐行差异

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-08 00:34:07

JavaScript

dat存档文件差异 获取Dat存档中文本文件的逐行差异。 基本上是的薄包装器。 const { diffLines } = require ( 'dat-archive-file-diff' ) var a = new DatArchive ( '...' ) var b = new DatArchive ( '...' ) var diff = await diffLines ( a , '/foo.txt' , b , '/foo.txt' ) 原料药 diffLines(leftArchive,leftPath,rightArchive,rightPath,选项) 选项: ignoreWhitespace :true忽略前导和尾随空白。 newlineIsToken :true newlineIsToken换行符视为单独的标记。 这允许换行结构的更改独立于行内容而发生,并照


【文件预览】:
dat-archive-file-diff-master
----util.js(391B)
----package.json(794B)
----index.js(1KB)
----README.md(1KB)

网友评论