react-diffview
v0.1.46
Published
React component to display unified diffs.
Downloads
86
Readme
diffview
React component to display unified diffs.
TODO
- [ ] remove dependency on qwest in demo app, use fetch api
- [x] support unified diff
- [x] highlight code with prism.js
- [ ] fix parse-diff to support single patch (e.g. fetched from github) without diff header
- [ ] split view
- [ ] github styles
- [ ] allow to customize highlight function