Unused variables
I just tested it a bit on a new updated version (0.13.14) and there's a couple more issues with unused variables.
And another caused by mixing return + template literal.
@ilearnio ok! The problem is that there could be so many cases! Thanks for your support!! 👍
Updated! 👍
Fantastic! Thanks!
Hi, thanks for the awesome package.
And there is still an issue. Case:
when used function arguments destructuring.
@talgat-ruby Ok, I will check about that!
@talgat-ruby Try the new version 0.15.0 and let me know!
Hi @pichillilorenzo . Thanks yeah the problem resolved. But it was just removed. For example

The props probably must light, because we do not use it. Thanks.
P.S. I am not good with python, otherwise I would love to help you with improvements of the package
Mmmm yeah I didn't consider class properties! I will check also about that thanks 👍
One more case

Found another one. Happens only when there is an exclamation mark in if statement.
@ilearnio ok, sorry if it is taking time to release the new update but i'm refactoring all the code in certain way that it won't require anymore my "workaround" described in the CONTRIBUTING.md file, in order to let people understand better all of my code!
@pichillilorenzo it's ok. I just posting you issues I find
I have updated it!
It doesn't check used variables in flow's type annotations. (v0.16.1)
also seems like it can't see an used var in if condition
Ok I will check about that! 👍
and in extends
also seems like it can't see an used var in if condition
it's only with ! before a variable
Updated to 0.16.12!
but
still not fixed
i noticed it marks variables or anything actually as unused when its exported this way