pzavolinsky / ts-unused-exports

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

fix: file ending with 'index.ts' will always be reported as containin… #221

Closed wongjiahau closed 1 year ago

wongjiahau commented 2 years ago

Fixes #220

mrseanryan commented 2 years ago

@wongjiahau thank you for contributing!

note: unfortunately the merge/release process is very slow at the moment.

One suggestion: would it make sense to just have 1 PR? so combine this with #223

wongjiahau commented 2 years ago

My pleasure, @mrseanryan. I thought of that earlier. However, though the two fixes look similar, they solve very different bugs, so I decided to keep them separate.

mrseanryan commented 2 years ago

hi @wongjiahau oh in that case 2 separate PRs is fine

sean

mrseanryan commented 1 year ago

@wongjiahau merged! thank you for this contribution 👍

sean