-
Notifications
You must be signed in to change notification settings - Fork 298
Upgrade TypeScript to 2.4.1 #519
Comments
The compilation errors are actually microsoft/TypeScript#16772, which can be resolved by also updating
I didn't want to submit a Pull Request with a broken build so I decided to just document the fix here. |
Thanks for the investigation, @keforbes ! That helps a lot - I didn't see that issue. I'll take a shot at it and see what's going on with that error. |
* Bump typescript and ts-loader versions * Update egisterLanguageService to be consistent between the Oni implementation and the definition * Fix typing in Oni and LanguageClient * Temporarily use 'any' type * Change first instance of any -> React.CSSProperties * Fix any typing * Fix typing in QuickInfo
Temporarily reverting this change, because it looks like there is a regression or a change in the completion behavior after For example, if I'm typing in
I'd expect completion to pop open. However, it seems that at least this case and a few others are broken after upgrading to TypeScript 2.4.1, and the completion dialog does not open in this case. Need to check:
|
Looks like there were several breaking changes in this upgrade (lots of compilation errors to be fixed). These will need to be manually addressed.
The text was updated successfully, but these errors were encountered: