-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: fix
typeDefinition
on backticked identifier
One of the short-circuiting conditions in the type definition logic was a bit too broad, leading to `typeDefinition` not returning a result if the position queried happened to precede a space in an identifier (see the test that was added).
- Loading branch information
1 parent
262a892
commit fccc6d1
Showing
2 changed files
with
10 additions
and
2 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