plantain-00 / type-coverage

A CLI tool to check type coverage for typescript code
MIT License
1.25k stars 44 forks source link

excuse me,can you share your design ideas? #35

Open yangWare opened 5 years ago

yangWare commented 5 years ago

Hello, excuse me, can you share your design ideas? Why calculate coverage based on identifiers?

plantain-00 commented 5 years ago

Because a identifier has type, if the type is any, it's not covered.