Packages
Packages copied to clipboard
[Javascript] Typescript: function expressions assigned to type-annotated variables not seen as functions
What happened?
Both of these variables should be green.

See #2267.
The lookahead could probably be improved to handle simple cases like the above, but it's probably about time I just rewrote function assignment detection altogether.