pzavolinsky / ts-unused-exports

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

Fix issue with ignoreLocallyUsed #300

Closed DLeyland closed 4 months ago

DLeyland commented 9 months ago

Annoyingly I don't remember why I included the logic around the parent node kind originally, but I came across some false positives whilst using this with --ignoreLocallyUsed in a large codebase today and removing that logic resolves the issue

mrseanryan commented 4 months ago

thank you for contributing!

mrseanryan commented 4 months ago

Released in 10.1.0 🎈