Skip to content

Properly handle JS enum symbols#26893

Merged
1 commit merged into
masterfrom
jsEnum
Sep 5, 2018
Merged

Properly handle JS enum symbols#26893
1 commit merged into
masterfrom
jsEnum

Conversation

@ghost
Copy link
Copy Markdown

@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
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant