pzavolinsky / ts-unused-exports

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

Fix: Destructured exports with renaming 2 #129

Closed mrseanryan closed 4 years ago

mrseanryan commented 4 years ago

Fix destructured export when involves renaming.

A new PR with commit from @ksr79 - this PR is created, to workaround a travis issue.

original PR: #125

mrseanryan commented 4 years ago

@pzavolinsky I think this is good to go