Closed rNoz closed 6 years ago
Thanks for the report!
I plan to support everything eventually :) I'm quite new to JS/Flow so I pretty much fix things as I come along the problems, so reporting issues definitely speed up the process! Generics work for some cases but probably not yet those you describe. I will open a separate issue to track that and keep this for the font-lock.
FYI generics like Promise<T>
should work on master now.
Hi,
Gives
number
without font-lock-type-face (butstring
is correct).Also, thanks for this mode, I really like it (and need it).
Are you planning to support
Promise<any>
,Array<any>
?