Skip to content

Commit

Permalink
Classify AsyncBlockExpression as ExpressionWithoutBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
fmease committed Sep 11, 2022
1 parent 18d13e7 commit d32ca05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
>       | [_MethodCallExpression_]\
>       | [_FieldExpression_]\
>       | [_ClosureExpression_]\
>       | [_AsyncBlockExpression_]\
>       | [_ContinueExpression_]\
>       | [_BreakExpression_]\
>       | [_RangeExpression_]\
Expand All @@ -34,7 +35,6 @@
> &nbsp;&nbsp; [_OuterAttribute_]<sup>\*</sup>[](#expression-attributes)\
> &nbsp;&nbsp; (\
> &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; [_BlockExpression_]\
> &nbsp;&nbsp; &nbsp;&nbsp; | [_AsyncBlockExpression_]\
> &nbsp;&nbsp; &nbsp;&nbsp; | [_UnsafeBlockExpression_]\
> &nbsp;&nbsp; &nbsp;&nbsp; | [_LoopExpression_]\
> &nbsp;&nbsp; &nbsp;&nbsp; | [_IfExpression_]\
Expand Down

0 comments on commit d32ca05

Please sign in to comment.