Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: quick fixes re PR tc39#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.
jmdyck committed Feb 5, 2020
1 parent b6042b8 commit 054a77b
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
@@ -21733,7 +21733,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>
@@ -41753,6 +41753,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>

0 comments on commit 054a77b

Please sign in to comment.