pzavolinsky / ts-unused-exports

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

bug: file ending with 'index.ts' will always be reported as containing unused exports #220

Closed wongjiahau closed 1 year ago

wongjiahau commented 2 years ago

In my project, I have a file where its name ends with index.ts. Although all of its exports were imported elsewhere, ts-unused-exports reports the file as containing unused exports.

neiker commented 2 years ago

Similar issue here, I have a file with the name index.utils.ts and is reported as unused after upgrade to v8.0.0 from v7.0.3

mrseanryan commented 2 years ago

related to #222