remove symbol resolver from file match and suggestions
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: ijsnow
This PR decouples the symbolResolver
type from search code. It does so by creating a searchSymbolResult
that contains the data needed for toSymbolResolver
and only uses toSymbolResolver
when leaving the search portion of the graphqlbackend.
Helps with https://github.com/sourcegraph/sourcegraph/issues/3566.
Test plan: rely on existing tests and added one test
Push commits to the source branch or add previously merged commits to review them.