MaibornWolff / MaibornWolff/codecharta
Refactor handling of conditional node counting in unifiedparser
Open
pr-analysis
- Dominant language
- TypeScript
- Stars
- 529
- Forks
- 56
- Avg merge
- 7h 17m
- Merged PRs (30d)
- 34
Description
Some nodes are only counted depending on their parents type (e.g. lambda only counted as a function of its assigned to a variable). Refactor the logic how we handle these cases from "count this node if the child looks like X" to "count this node of parent looks like X".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.