Closed
Description
Sample build : https://travis-ci.org/basarat/byots/builds/223035023#L804
src/services/goToImplementation.ts(4,47): error TS2339: Property 'FindImplementationsContext' does not exist on type 'typeof FindAllReferences'.
src/services/goToImplementation.ts(9,31): error TS2339: Property 'getReferenceEntriesForShorthandPropertyAssignment' does not exist on type 'typeof FindAllReferences'.
src/services/goToImplementation.ts(20,57): error TS2339: Property 'getReferencedSymbolsForNode' does not exist on type 'typeof FindAllReferences'.
src/services/goToImplementation.ts(22,72): error TS2339: Property 'references' does not exist on type '{}'.
Searching for the first one FindImplementationsContext
https://github.com/Microsoft/TypeScript/search?utf8=%E2%9C%93&q=FindImplementationsContext yields 0 definitions (only 1 usage)
Perhaps I am doing something wrong? Thanks as always 🌹 ❤️