MaibornWolff / MaibornWolff/codecharta
Epic: Add TSX/JSX, Rust, Vue, and Scala support to UnifiedParser
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 529
- Forks
- 56
- Avg merge
- 7h 17m
- Merged PRs (30d)
- 34
Description
Goal
Extend the UnifiedParser to support additional language extensions: TSX/JSX (React), Rust, Vue, and Scala. This will enable code metrics analysis for these popular languages using tree-sitter grammars.
Implementation Priority
Languages should be implemented in this order:
- 1. TSX/JSX (React extensions) - extends existing TypeScript/JavaScript collectors
- 5. ObjC (object c)
- 2. Rust (.rs files)
- 3. Scala (.scala files)
- 4. Vue (.vue files)
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
Start by reading UnifiedParser and the existing TypeScript/JavaScript collectors to understand how language extensions are registered. Focus on the unchecked Rust (.rs) and Scala (.scala) items, using tree-sitter grammars for code metrics analysis. Done means both languages are supported while preserving the completed TSX/JSX, ObjC, and Vue support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c, react, rust, scala, typescript
- Domain
- devtools, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100