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

Suggestion: 'for..of' #7

Closed
RyanCavanaugh opened this issue Jul 15, 2014 · 2 comments
Closed

Suggestion: 'for..of' #7

RyanCavanaugh opened this issue Jul 15, 2014 · 2 comments
Labels
ES6 Relates to the ES6 Spec Fixed A PR has been merged for this issue In Discussion Not yet reached consensus Suggestion An idea for TypeScript

Comments

@RyanCavanaugh
Copy link
Member

Implement TypeScript support for the for-of loop as described in the ES6 proposal

Reference: https://github.com/dherman/tc39-codex-wiki/blob/master/data/es6/for-of/index.md

To be determined: What cases can we support code generation for when targeting pre-ES6 targets?

@DickvdBrink
Copy link
Contributor

I guess this is #2207 and #2164 (the latter ins't merged yet)
Edit: The links to the issues is just so it is easier to find this one because of the GitHub links in the other issues. So people can close this one when the other is merged :)

@danquirk danquirk added In Discussion Not yet reached consensus and removed Needs Proposal This issue needs a plan that clarifies the finer details of how it could be implemented. labels Mar 10, 2015
@danquirk
Copy link
Member

Yep, thanks, we'll close this when we finish adding the type check work for downlevel.

@mhegazy mhegazy closed this as completed Mar 10, 2015
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Mar 10, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ES6 Relates to the ES6 Spec Fixed A PR has been merged for this issue In Discussion Not yet reached consensus Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

4 participants