Skip to content

Properly handle JS enum symbols #26893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
1 commit merged into from
Sep 5, 2018
Merged

Properly handle JS enum symbols #26893

1 commit merged into from
Sep 5, 2018

Conversation

ghost
Copy link

@ghost ghost commented Sep 5, 2018

Previously we couldn't get services on this because getSymbolAtLocation returned undefined, because we were looking for a type and it was only recognized as a value.
Now JS enums will have SymbolFlags.Enum, but when getting the type it is replaced with the declared type rather than an enum type.

@ghost ghost requested a review from sandersn September 5, 2018 00:56
@ghost ghost merged commit 0677496 into master Sep 5, 2018
@ghost ghost deleted the jsEnum branch September 5, 2018 18:19
@ghost ghost mentioned this pull request Sep 13, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant