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

Adds tests to control flow types branch #7690

Merged
merged 1 commit into from
Mar 25, 2016

Conversation

ivogabe
Copy link
Contributor

@ivogabe ivogabe commented Mar 25, 2016

@ahejlsberg These are the tests from my branch. It looks that the control flow of break and continue is not handled, as you can see in tests/cases/conformance/controlFlow/controlFlowDoWhileStatement.ts, function b or f for example. The assignment test doesn't run correctly, since destructuring hasn't been implemented. The tests for type guards in for, while and do statements seem to run correctly.

@ahejlsberg
Copy link
Member

Excellent, I will merge them and work on the issues. Thanks!

@ahejlsberg ahejlsberg merged commit 7f02357 into microsoft:controlFlowTypes Mar 25, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
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.

3 participants