Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make navigation to definitions follow imports
This fixes microsoft#1638 and simplifies the code (to what I believe that @davidhalter had in mind in microsoft#1033 (comment)). This change means that all of the test cases recently added to 'navigation.tests.ts' now pass, meaning that navigtion to the definition of functions works through imports and goes to the original function, even when that function is decorated.
- Loading branch information