pzavolinsky / ts-unused-exports

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

Add feature from brandonxiang to Get all completely unused files #256

Closed mrseanryan closed 1 year ago

mrseanryan commented 1 year ago

Fixes #253

Replaces #254

mrseanryan commented 1 year ago

Cleaned up a bit (avoid adding new packages) Added itest + CHANGELOG

brandonxiang commented 1 year ago

thx a lot, itest is a little tough for me.