Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Add support for async iterators (TS 2.3) #236

Closed
soda0289 opened this issue Apr 29, 2017 · 0 comments
Closed

Add support for async iterators (TS 2.3) #236

soda0289 opened this issue Apr 29, 2017 · 0 comments
Assignees

Comments

@soda0289
Copy link
Member

What version of TypeScript are you using?
2.3

What version of typescript-eslint-parser are you using?
master

What code were you trying to parse?

async function foo() {
  for await (let item of items) {
  }
}

What did you expect to happen?
Should have new property for for await node

What happened?
Node is not labeled as await loop

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant