better-diff
better-diff copied to clipboard
Roadmap
Core:
- [ ] Alignment algo Remove old logic, create new one based on the work done for move aligment
- [ ] Comment support
- [ ] Multi-lang architecture
- [ ] Abstract current work #53
- [ ] Add a new lang, using tree-sitter
- [ ] Literals diffing #26
- [ ] Move parsing to the frontend so it can be run without server
Front
- [ ] Hide unchanged lines
- [ ] Fallback to standard git diff (usefull for non-supported files, like json)
- [ ] Draw arrows (or somehow improve the move highlighting)
- [ ] Click to select move
Infra
- [ ] Github actions integration to link diff
- [ ] Hosting
- [ ] Semantic change type #25