findead icon indicating copy to clipboard operation
findead copied to clipboard

False Positives

Open rdonati opened this issue 3 years ago • 2 comments

Problem

After successfully installing using yarn global add [email protected] (per #74), and running findead path/to/dir, I get an output that contains many files that I've verified are used in the project.


Possible Cause

Many of the exports in my project use the structure

- ComponentDirectory
    - Component.tsx
    - index.tsx

Where index.tsx looks like

export { default } from './Component'

rdonati avatar Jun 10 '22 16:06 rdonati

Hi @rdonati. Thank you for the feedback. This scenario the currently findead cannot handle yet. I'll start to work on this soon and I'll let you know when I release a new version fixing this. Thank you for the issue, I really appreciate.

narcello avatar Dec 15 '23 13:12 narcello