pzavolinsky / ts-unused-exports

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

Make analyzer more robust, add export * tests #133

Closed mrseanryan closed 4 years ago

mrseanryan commented 4 years ago

Make analyzer more robust.

Provides path for #132 so at least there is not an exception.

Also adds some tests around export *

pzavolinsky commented 4 years ago

Published as 6.1.2, thanks Sean!