jsdiff icon indicating copy to clipboard operation
jsdiff copied to clipboard

A javascript text differencing implementation.

Results 36 jsdiff issues
Sort by recently updated
recently updated
newest added

The readme convers how to install it, and the API that you get on the `Diff` object, but it seems to be missing the part in between those two on...

I would like do display line numbers before each line I output, is there any way to achieve this within library, without making custom implementation of this behavior?

Hi, I'm trying to use this library with webpack, but it doesn't work. ``` "diff": "^7.0.0", "ts-loader": "^9.5.1", "typescript": "^5.6.2", "webpack": "^5.94.0", "webpack-cli": "^5.1.4" ``` ``` webpack.config.js module.exports = {...

Obviously this is barely started at the point of opening this PR. Criteria for merging: - [ ] All src files are rewritten in TypeScript - [ ] Restrict possible...

I'm installing `yeoman` ![diff type](https://github.com/user-attachments/assets/d17aaa46-26b5-46b9-be6f-5efa4f528650) ```json { "name": "generator-person", "version": "1.0.0", "description": ghjj", "license": "ISC", "author": "me", "type": "commonjs", "keywords": [ "yeoman-generator" ], "files": [ "generators" ], "main": "generators/index.js", "scripts":...

Steps to repro: * Open the page in Firefox * Populate the first input box with a single line of text (if that's not how it is already) * Press...

bug