-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ try to get import references when found (#688)
@djzager Basically, when we do our fall back we can find the imports mostly correct, but imports are for namespaces not for actual objects so no definition can be used. Therefore we are getting zero results back for the definiton. We can get all the references for the import though, and we can just let the analyzer dedup. If you could help get me a windows container image to test with that would helpful (or show me how) Signed-off-by: Shawn Hurley <[email protected]>
- Loading branch information
1 parent
332153d
commit 974a5d2
Showing
2 changed files
with
72 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters