Skip to content

Commit

Permalink
Editorial: quick fixes re PR #1406
Browse files Browse the repository at this point in the history
- Fix a 'use' production for AsyncConciseBody
  to match the new defining production.

- Add an <emu-prodref> for ExpressionBody to Annex A.
  • Loading branch information
jmdyck committed Jan 23, 2020
1 parent 641cbab commit d284dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -21658,7 +21658,7 @@ <h1>Static Semantics: ContainsExpression</h1>
<emu-clause id="sec-async-arrow-function-definitions-static-semantics-containsusestrict">
<h1>Static Semantics: ContainsUseStrict</h1>
<emu-see-also-para op="ContainsUseStrict"></emu-see-also-para>
<emu-grammar>AsyncConciseBody : AssignmentExpression</emu-grammar>
<emu-grammar>AsyncConciseBody : ExpressionBody</emu-grammar>
<emu-alg>
1. Return *false*.
</emu-alg>
Expand Down Expand Up @@ -41674,6 +41674,7 @@ <h1>Functions and Classes</h1>
<emu-prodref name=ArrowFunction></emu-prodref>
<emu-prodref name=ArrowParameters></emu-prodref>
<emu-prodref name=ConciseBody></emu-prodref>
<emu-prodref name=ExpressionBody></emu-prodref>
<p>When the production <emu-prodref name=ArrowParameters a="parencover"></emu-prodref> is recognized the following grammar is used to refine the interpretation of |CoverParenthesizedExpressionAndArrowParameterList|:</p>
<emu-prodref name=ArrowFormalParameters></emu-prodref>
<p>&nbsp;</p>
Expand Down

0 comments on commit d284dbc

Please sign in to comment.