Diff viewer

A line-by-line text diff.

config.ts
const x = 1;
- const y = 2;
- console.log(x);
+ const y = 3;
+ console.log(x + y);

Without filename

const x = 1;
- const y = 2;
- console.log(x);
+ const y = 3;
+ console.log(x + y);