You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
What version of TypeScript are you using?
2.3.2
What version of
typescript-eslint-parserare you using?masterWhat code were you trying to parse?
What did you expect to happen?
generator: trueonFunctionExpression.What happened?
generator: falseonFunctionExpression.Stage 3 async iteration spec: https://tc39.github.io/proposal-async-iteration/#prod-AsyncGeneratorMethod
The TypeScript parser provides an
asteriskTokenon theMethodDeclarationnode that can be used for this.