Diff Viewer

Starter side-by-side diff layout. Replace the example lines with generated content.

const greeting = "hello";
console.log(greeting);
return greeting.toUpperCase();
const greeting = "hello";
console.info(greeting);
return greeting.toUpperCase();