Skip to content
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

Debug.failBadSyntaxKind should always be defined and return 'never' #22091

Merged
2 commits merged into from
Mar 27, 2018

Conversation

ghost
Copy link

@ghost ghost commented Feb 21, 2018

In some places we need to ensure that a function returns, so we call Debug.failBadSyntaxKind in a default case. But if that function is not defined we will just fall through and return undefined (which breaks in #22088). This is an unconditional failure rather than an assertion, so I don't think it hurts performance to remove the AssertionLevel check.

@ghost ghost requested a review from rbuckton February 21, 2018 19:24
@ghost ghost merged commit 0a2c160 into master Mar 27, 2018
@ghost ghost deleted the failBadSyntaxKind branch March 27, 2018 20:35
@microsoft microsoft locked and limited conversation to collaborators Jul 25, 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.

1 participant