pzavolinsky / ts-unused-exports

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

Option to automatically remove "export" keywords from source code files? #308

Open hi2u opened 4 months ago

hi2u commented 4 months ago

This tool can find all the unnecessary export keywords in source code files... can it also delete them for us?

I searched docs and issues etc, but couldn't even see it being mentioned anywhere as a question?

Would be super handy if this could just happen automatically.

theo-walton commented 3 months ago

I am also interested in such tool