Skip to content

Commit

Permalink
Editorial: Move some <emu-prodref>s in Annex A
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 committed Feb 14, 2020
1 parent 4bcc7fc commit b5c2180
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 @@ -41606,9 +41606,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 @@ -41637,11 +41636,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 @@ -41666,6 +41663,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 @@ -41679,7 +41677,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 @@ -41755,6 +41752,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 @@ -41769,9 +41768,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 b5c2180

Please sign in to comment.