Uh oh!
There was an error while loading. Please reload this page.
Make getCompletionEntryDetails and getCompletionEntrySymbol parameters non-optional - #19507
Conversation
af6ae16 to
b567701CompareDeleted user (ghost)
commented
Oct 26, 2017
Mohamed Hegazy (@mhegazy) Let's get this in for the 2.6 release. |
Mohamed Hegazy (mhegazy)
commented
Oct 30, 2017
Following #19455 (comment), we should also change the API version |
Mohamed Hegazy (mhegazy)
commented
Oct 30, 2017
we also need that in release-2.6 |
Mohamed Hegazy (mhegazy)
commented
Oct 30, 2017
Andy (Andrewkraft) (@Andy-MS) we need to port this to release-2.6 and add a note about it in https://github.com/Microsoft/TypeScript/wiki/API-Breaking-Changes |
…s non-optional (#19507) * Make getCompletionEntryDetails and getCompletionEntrySymbol parameters non-optional * Increment servicesVersion * Update api baselines
Angelo (angelozerr)
commented
Oct 30, 2017
Thanks Mohamed Hegazy (@mhegazy) to have pinged me about this change. Is it possible to describe which methods change their signature at https://github.com/Microsoft/TypeScript/wiki/API-Breaking-Changes (it seems that it's just for completion) In https://github.com/angelozerr/tslint-language-service we override only |
Deleted user (ghost)
commented
Oct 30, 2017
Angelo (@angelozerr) Added the method names. If your code compiles that should mean that you don't need to change anything. |
Angelo (angelozerr)
commented
Oct 30, 2017
Thanks a lot Andy (Andrewkraft) (@Andy-MS) ! |
Fixes#19455 (comment)