Skip to content

Commit 32fe924

Browse files
michaelficarraljharb
authored andcommitted
Editorial: rename IDs that were embedded in emu-grammar elements back (#3384)
1 parent 4bc2d8d commit 32fe924

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spec.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -17851,7 +17851,7 @@ <h1>Rules of Automatic Semicolon Insertion</h1>
1785117851

1785217852
AsyncArrowFunction[In, Yield, Await] :
1785317853
`async` [no LineTerminator here] AsyncArrowBindingIdentifier[?Yield] [no LineTerminator here] `=>` AsyncConciseBody[?In]
17854-
CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callCover
17854+
CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callcover
1785517855

1785617856
AsyncArrowHead :
1785717857
`async` [no LineTerminator here] ArrowFormalParameters[~Yield, +Await]
@@ -18209,7 +18209,7 @@ <h2>Syntax</h2>
1820918209
AsyncGeneratorExpression
1821018210
RegularExpressionLiteral
1821118211
TemplateLiteral[?Yield, ?Await, ~Tagged]
18212-
CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parenCover
18212+
CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parencover
1821318213

1821418214
CoverParenthesizedExpressionAndArrowParameterList[Yield, Await] :
1821518215
`(` Expression[+In, ?Yield, ?Await] `)`
@@ -18998,7 +18998,7 @@ <h2>Syntax</h2>
1899818998
`new` NewExpression[?Yield, ?Await]
1899918999

1900019000
CallExpression[Yield, Await] :
19001-
CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] #callCover
19001+
CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] #callcover
1900219002
SuperCall[?Yield, ?Await]
1900319003
ImportCall[?Yield, ?Await]
1900419004
CallExpression[?Yield, ?Await] Arguments[?Yield, ?Await]
@@ -23549,7 +23549,7 @@ <h2>Syntax</h2>
2354923549

2355023550
ArrowParameters[Yield, Await] :
2355123551
BindingIdentifier[?Yield, ?Await]
23552-
CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parenCover
23552+
CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parencover
2355323553

2355423554
ConciseBody[In] :
2355523555
[lookahead != `{`] ExpressionBody[?In, ~Await]
@@ -25254,7 +25254,7 @@ <h2>Syntax</h2>
2525425254
<emu-grammar type="definition">
2525525255
AsyncArrowFunction[In, Yield, Await] :
2525625256
`async` [no LineTerminator here] AsyncArrowBindingIdentifier[?Yield] [no LineTerminator here] `=>` AsyncConciseBody[?In]
25257-
CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callCover
25257+
CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callcover
2525825258

2525925259
AsyncConciseBody[In] :
2526025260
[lookahead != `{`] ExpressionBody[?In, +Await]
@@ -49911,7 +49911,7 @@ <h1>Expressions</h1>
4991149911
<emu-prodref name="CoverParenthesizedExpressionAndArrowParameterList"></emu-prodref>
4991249912
<p>
4991349913
When processing an instance of the production<br>
49914-
<emu-prodref name="PrimaryExpression" a="parenCover"></emu-prodref><br>
49914+
<emu-prodref name="PrimaryExpression" a="parencover"></emu-prodref><br>
4991549915
the interpretation of |CoverParenthesizedExpressionAndArrowParameterList| is refined using the following grammar:
4991649916
</p>
4991749917
<emu-prodref name="ParenthesizedExpression"></emu-prodref>
@@ -49942,7 +49942,7 @@ <h1>Expressions</h1>
4994249942
<emu-prodref name="CallExpression"></emu-prodref>
4994349943
<p>
4994449944
When processing an instance of the production<br>
49945-
<emu-prodref name="CallExpression" a="callCover"></emu-prodref><br>
49945+
<emu-prodref name="CallExpression" a="callcover"></emu-prodref><br>
4994649946
the interpretation of |CoverCallExpressionAndAsyncArrowHead| is refined using the following grammar:
4994749947
</p>
4994849948
<emu-prodref name="CallMemberExpression"></emu-prodref>
@@ -50068,7 +50068,7 @@ <h1>Functions and Classes</h1>
5006850068
<emu-prodref name="ExpressionBody"></emu-prodref>
5006950069
<p>
5007050070
When processing an instance of the production<br>
50071-
<emu-prodref name="ArrowParameters" a="parenCover"></emu-prodref><br>
50071+
<emu-prodref name="ArrowParameters" a="parencover"></emu-prodref><br>
5007250072
the interpretation of |CoverParenthesizedExpressionAndArrowParameterList| is refined using the following grammar:
5007350073
</p>
5007450074
<emu-prodref name="ArrowFormalParameters"></emu-prodref>
@@ -50079,7 +50079,7 @@ <h1>Functions and Classes</h1>
5007950079
<emu-prodref name="CoverCallExpressionAndAsyncArrowHead"></emu-prodref>
5008050080
<p>
5008150081
When processing an instance of the production<br>
50082-
<emu-prodref name="AsyncArrowFunction" a="callCover"></emu-prodref><br>
50082+
<emu-prodref name="AsyncArrowFunction" a="callcover"></emu-prodref><br>
5008350083
the interpretation of |CoverCallExpressionAndAsyncArrowHead| is refined using the following grammar:
5008450084
</p>
5008550085
<emu-prodref name="AsyncArrowHead"></emu-prodref>

0 commit comments

Comments
 (0)