Skip to content

Commit

Permalink
Editorial: delete stray for-await-of rules in HasCallInTailPosition (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and ljharb committed Oct 15, 2021
1 parent 01a6d27 commit 17d8e46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -25134,9 +25134,6 @@ <h1>Statement Rules</h1>
`for` `(` LeftHandSideExpression `in` Expression `)` Statement
`for` `(` `var` ForBinding `in` Expression `)` Statement
`for` `(` ForDeclaration `in` Expression `)` Statement
`for` `await` `(` LeftHandSideExpression `of` AssignmentExpression `)` Statement
`for` `await` `(` `var` ForBinding `of` AssignmentExpression `)` Statement
`for` `await` `(` ForDeclaration `of` AssignmentExpression `)` Statement

WithStatement : `with` `(` Expression `)` Statement
</emu-grammar>
Expand Down

0 comments on commit 17d8e46

Please sign in to comment.