pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
738 stars 46 forks source link

Check for unused attributes #292

Closed philipxiaoxi closed 1 year ago

philipxiaoxi commented 1 year ago

Thank you for this tool, it works well, but I wish I could check for unused properties, it would be even better!

mrseanryan commented 1 year ago

Do you mean, properties of a class that are not used anywhere?

It sounds nice, but is out of scope, since already correctly detecting just unused exports is quite a responsibility...