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
I would love to see this vim plugin updated for the 2.1 syntax enhancements.
I've started using the new typescript 2.1,constructs like Partial and noticed the plugin doesn't recognise the word. The official typescript compiler has no problem compiling the code.
Even if there is just a workaround to suppress the error I would be happy.
The text was updated successfully, but these errors were encountered:
You're right that this syntax plugin does not highlight things like Partial<ITransaction> but the compile error is not because of this plugin. I would guess that it is picking up an older tsc or perhaps there are specific flags needed to enable typescript to compile them?
Forgive my ignorance, I have zero experience with vim plugins. I'm an idiot after all, my PATH wasn't set up correctly so the plugin was using my global typescript (npm -g) which was an older version than my project specific version.
I would love to see this vim plugin updated for the 2.1 syntax enhancements.
I've started using the new typescript 2.1,constructs like Partial and noticed the plugin doesn't recognise the word. The official typescript compiler has no problem compiling the code.

Even if there is just a workaround to suppress the error I would be happy.
The text was updated successfully, but these errors were encountered: