Skip to content

Commit

Permalink
Editorial: Move some <emu-prodref>s in Annex A (tc39#1868)
Browse files Browse the repository at this point in the history
... to better match the order of productions in the main body.
  • Loading branch information
jmdyck authored and ljharb committed Feb 21, 2020
1 parent cdeb7cf commit 8f38443
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -41686,9 +41686,8 @@ <h1>Lexical Grammar</h1>
<h1>Expressions</h1>
<emu-prodref name="IdentifierReference"></emu-prodref>
<emu-prodref name="BindingIdentifier"></emu-prodref>
<emu-prodref name="Identifier"></emu-prodref>
<emu-prodref name="AsyncArrowBindingIdentifier"></emu-prodref>
<emu-prodref name="LabelIdentifier"></emu-prodref>
<emu-prodref name="Identifier"></emu-prodref>
<emu-prodref name="PrimaryExpression"></emu-prodref>
<emu-prodref name="CoverParenthesizedExpressionAndArrowParameterList"></emu-prodref>
<p>When processing an instance of the production <emu-prodref name="PrimaryExpression" a="parencover"></emu-prodref> the interpretation of |CoverParenthesizedExpressionAndArrowParameterList| is refined using the following grammar:</p>
Expand Down Expand Up @@ -41717,11 +41716,9 @@ <h1>Expressions</h1>
<emu-prodref name="NewTarget"></emu-prodref>
<emu-prodref name="NewExpression"></emu-prodref>
<emu-prodref name="CallExpression"></emu-prodref>
<emu-prodref name="CoverCallExpressionAndAsyncArrowHead"></emu-prodref>
<p>When processing an instance of the production <emu-prodref name="CallExpression" a="callcover"></emu-prodref> the interpretation of |CoverCallExpressionAndAsyncArrowHead| is refined using the following grammar:</p>
<emu-prodref name="CallMemberExpression"></emu-prodref>
<p>&nbsp;</p>

<emu-prodref name="SuperCall"></emu-prodref>
<emu-prodref name="ImportCall"></emu-prodref>
<emu-prodref name="Arguments"></emu-prodref>
Expand All @@ -41748,6 +41745,7 @@ <h1>Expressions</h1>
<emu-prodref name="ShortCircuitExpression"></emu-prodref>
<emu-prodref name="ConditionalExpression"></emu-prodref>
<emu-prodref name="AssignmentExpression"></emu-prodref>
<emu-prodref name="AssignmentOperator"></emu-prodref>
<p>In certain circumstances when processing an instance of the production <emu-prodref name="AssignmentExpression" a="assignment"></emu-prodref> the following grammar is used to refine the interpretation of |LeftHandSideExpression|:</p>
<emu-prodref name="AssignmentPattern"></emu-prodref>
<emu-prodref name="ObjectAssignmentPattern"></emu-prodref>
Expand All @@ -41761,7 +41759,6 @@ <h1>Expressions</h1>
<emu-prodref name="AssignmentRestElement"></emu-prodref>
<emu-prodref name="DestructuringAssignmentTarget"></emu-prodref>
<p>&nbsp;</p>
<emu-prodref name="AssignmentOperator"></emu-prodref>
<emu-prodref name="Expression"></emu-prodref>
</emu-annex>

Expand Down Expand Up @@ -41838,6 +41835,8 @@ <h1>Functions and Classes</h1>
<p>&nbsp;</p>
<emu-prodref name="AsyncArrowFunction"></emu-prodref>
<emu-prodref name="AsyncConciseBody"></emu-prodref>
<emu-prodref name="AsyncArrowBindingIdentifier"></emu-prodref>
<emu-prodref name="CoverCallExpressionAndAsyncArrowHead"></emu-prodref>
<p>When the production <emu-prodref name="AsyncArrowFunction" a="callcover"></emu-prodref> is recognized the following grammar is used to refine the interpretation of |CoverParenthesizedExpressionAndArrowParameterList|:</p>
<emu-prodref name="AsyncArrowHead"></emu-prodref>
<p>&nbsp;</p>
Expand All @@ -41852,9 +41851,9 @@ <h1>Functions and Classes</h1>
<emu-prodref name="AsyncGeneratorDeclaration"></emu-prodref>
<emu-prodref name="AsyncGeneratorExpression"></emu-prodref>
<emu-prodref name="AsyncGeneratorBody"></emu-prodref>
<emu-prodref name="AsyncMethod"></emu-prodref>
<emu-prodref name="AsyncFunctionDeclaration"></emu-prodref>
<emu-prodref name="AsyncFunctionExpression"></emu-prodref>
<emu-prodref name="AsyncMethod"></emu-prodref>
<emu-prodref name="AsyncFunctionBody"></emu-prodref>
<emu-prodref name="AwaitExpression"></emu-prodref>
<emu-prodref name="ClassDeclaration"></emu-prodref>
Expand Down

0 comments on commit 8f38443

Please sign in to comment.