fast-myers-diff icon indicating copy to clipboard operation
fast-myers-diff copied to clipboard

Results 8 fast-myers-diff issues
Sort by recently updated
recently updated
newest added

Using the diff wrapper in https://github.com/gliese1337/fast-myers-diff/pull/16 ``` const s1 = 'Itaque earum rerum consequatur'; const s2 = 'Itaque alias consequatur'; console.log(diff(s1, s2)); // [ [ 0, 'Itaque ' ], [...

enhancement
help wanted

Enormously more popular than any of the diff packages you list in the README is this one: https://www.npmjs.com/package/diff. I figure it'd thus be useful to have a comparison between `diff`...

Since there's no copying in the core diff algorithm, we wouldn't incur any penalty moving data between JS-land and WASM-land. And there could still be a fallback to the JS...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

I believe this is a bug because I expect the numbers passed to `eq` to be integers from 0 up to the length of the input (`xs.length` for `i` and...

The first array yielded from `lcs` is sometimes 4 elements long and has 0 length. The 4-element arrays aren't terrible, I suppose, because the values at index 0/1/2 have the...

It would be really helpful if the README.md had a section with simple "Hello, World" examples. I would just start with one example and add simple usage examples for each...

https://github.com/gliese1337/fast-myers-diff/blob/7cc1419ca3e8453c0828d93921c23d875ebf622a/package.json#L14 refers to the commands `del` and `move` which are Windows specific. `npm install` also runs the prepare-Scripts of a package. Does the package really have to rebuild itself on...