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

Async function expressions are marked as not async #244

Closed
azz opened this issue Apr 30, 2017 · 0 comments
Closed

Async function expressions are marked as not async #244

azz opened this issue Apr 30, 2017 · 0 comments
Labels

Comments

@azz
Copy link
Contributor

azz commented Apr 30, 2017

What version of TypeScript are you using?

2.3.2

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

master

What code were you trying to parse?

(async function test() {})();

What did you expect to happen?

async: true in FunctionExpression node.

What happened?

async: false in FunctionExpression node.

Regression from #229

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

No branches or pull requests

2 participants