Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Annex A tweaks #1868

Merged
merged 3 commits into from
Mar 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -41601,9 +41601,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 @@ -41632,11 +41631,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 @@ -41663,6 +41660,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 @@ -41676,7 +41674,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 @@ -41753,7 +41750,9 @@ <h1>Functions and Classes</h1>
<p>&nbsp;</p>
<emu-prodref name="AsyncArrowFunction"></emu-prodref>
<emu-prodref name="AsyncConciseBody"></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="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 |CoverCallExpressionAndAsyncArrowHead|:</p>
<emu-prodref name="AsyncArrowHead"></emu-prodref>
<p>&nbsp;</p>
<emu-prodref name="MethodDefinition"></emu-prodref>
Expand All @@ -41767,9 +41766,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 Expand Up @@ -41814,13 +41813,6 @@ <h1>Number Conversions</h1>
<emu-prodref name="StrNumericLiteral"></emu-prodref>
<emu-prodref name="StrDecimalLiteral"></emu-prodref>
<emu-prodref name="StrUnsignedDecimalLiteral"></emu-prodref>
<emu-prodref name="DecimalDigits"></emu-prodref>
<emu-prodref name="DecimalDigit"></emu-prodref>
<emu-prodref name="ExponentPart"></emu-prodref>
<emu-prodref name="ExponentIndicator"></emu-prodref>
<emu-prodref name="SignedInteger"></emu-prodref>
<emu-prodref name="HexIntegerLiteral"></emu-prodref>
<emu-prodref name="HexDigit"></emu-prodref>
<p>All grammar symbols not explicitly defined by the |StringNumericLiteral| grammar have the definitions used in the <emu-xref href="#sec-literals-numeric-literals">Lexical Grammar for numeric literals</emu-xref>.</p>
</emu-annex>

Expand Down