detect duplicates values on keyframes
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 869
- Forks
- 152
- Avg merge
- 15h 8m
- Merged PRs (30d)
- 12
Description
I've created a little tool https://github.com/mothsART/cssoptiadvisor (not really mature, just a toy)
Lightningcss and other minification tools don't find duplicates on keyframes.
It seems difficult to analyze all the values and compare them.
Is there a possible hash on keyframe content for simplified comparison?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository files, tests, or entry points. Start by reviewing how keyframes are represented and parsed, then determine whether duplicate-value detection belongs in this parser; done would require an agreed scope and comparison approach for keyframe contents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- performance, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100