diff in a minified file is hard to read
Open
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
Of course the diff format used works line-based, as that's the norm, git etc. also use that. Unfortunately many libraries are minified upon publish, which means that when you import the file, and a patch needs to be made, that patch must be in the minified version. As soon as the line changed is more than a couple hundred lines, tools like vscode and GitHub will no longer highlight what's the exact change made, and will make it harder to evaluate what changed.
Is there some patch format that is suitable for more granular patches, maybe character or character group-based?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.