Skip to content

Simplify resolveBaseTypesOfClass #17918

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
Aug 21, 2017
Merged

Simplify resolveBaseTypesOfClass #17918

1 commit merged into from
Aug 21, 2017

Conversation

ghost
Copy link

@ghost ghost commented Aug 19, 2017

The only place this function is called is immediately after checking if (!type.resolvedBaseTypes).
And then if type.resolvedBaseTypes is set to emptyArray unconditionally, there's no need to check for that at the end.
Also added a type annotation to isValidBaseType to eliminate some casts.

@ghost ghost requested a review from sandersn August 19, 2017 00:07
@ghost ghost merged commit 2b28916 into master Aug 21, 2017
@ghost ghost deleted the basetypes branch August 21, 2017 18:34
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
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.

2 participants