Allow FunctionExpression to be async #5

Merged
mbostock merged 1 commit from patch-1 into master 2021-01-18 20:13:02 +01:00
mbostock commented 2021-01-18 19:01:14 +01:00 (Migrated from github.com)

async was allowed on FunctionDeclaration and ArrowFunction, but not FunctionExpression. Here’s the fix.

`async` was allowed on FunctionDeclaration and ArrowFunction, but not FunctionExpression. Here’s the fix.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lezer/javascript!5
No description provided.