plantain-00 / type-coverage

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

chore: add processAny api #48

Closed goloveychuk closed 4 years ago

goloveychuk commented 4 years ago

Changes

I want to override default behavior, by using checker.getSymbolAtLocation to get identifier declaration, than filter same any.

Idea is to get any origins to avoid duplicates. But could be problems with types, declared in other files.

Checks

goloveychuk commented 4 years ago

thanks!

plantain-00 commented 4 years ago

It should be available in v2.7.0