pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wongjiahau opened this issue · comments

commented

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.

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

related to #222