You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot occurrences of a undetermined type declaration expressed as type "mixed". This plugin can determine the actual types of these declarations and replace the "mixed" type declaration with the actual type.
The most occurring example of this is the currently auto-generated type-declaration of local variables that currently will always be declared as "mixed".