Skip to content

Errors in src/services/goToImplementation.ts #15259

Closed
@basarat

Description

@basarat

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)
image

Perhaps I am doing something wrong? Thanks as always 🌹 ❤️

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScript

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions