Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detection of unused files is not accurate #18

Open
zardoy opened this issue Nov 24, 2021 · 1 comment
Open

Detection of unused files is not accurate #18

zardoy opened this issue Nov 24, 2021 · 1 comment
Labels
bug Something isn't working node dependencies Issues related to Node Dependencies extension

Comments

@zardoy
Copy link

zardoy commented Nov 24, 2021

As I can see detection is not accurate.

Here is comparison with extension that uses depcheck. I recommend to use depcheck instead because AFAIK it has most detectors (for example can detect that deps are used in bin). Example on simple project:

This Extension

image

Depcheck (more accurate)

image

@Idered Idered added bug Something isn't working node dependencies Issues related to Node Dependencies extension labels Jul 1, 2023
@Idered
Copy link
Owner

Idered commented Jul 1, 2023

Unused dep detection is currently disabled because as you mentioned, results are not accurate. I'll need to dig into that extension source code and check if it uses any open library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working node dependencies Issues related to Node Dependencies extension
Projects
None yet
Development

No branches or pull requests

2 participants