From 32fe924d97f504194c96d71217e73da2bcdb2d91 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Fri, 9 Aug 2024 14:10:34 +1200 Subject: [PATCH] Editorial: rename IDs that were embedded in emu-grammar elements back (#3384) --- spec.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/spec.html b/spec.html index 403969eca0..458ef5985a 100644 --- a/spec.html +++ b/spec.html @@ -17851,7 +17851,7 @@

Rules of Automatic Semicolon Insertion

AsyncArrowFunction[In, Yield, Await] : `async` [no LineTerminator here] AsyncArrowBindingIdentifier[?Yield] [no LineTerminator here] `=>` AsyncConciseBody[?In] - CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callCover + CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callcover AsyncArrowHead : `async` [no LineTerminator here] ArrowFormalParameters[~Yield, +Await] @@ -18209,7 +18209,7 @@

Syntax

AsyncGeneratorExpression RegularExpressionLiteral TemplateLiteral[?Yield, ?Await, ~Tagged] - CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parenCover + CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parencover CoverParenthesizedExpressionAndArrowParameterList[Yield, Await] : `(` Expression[+In, ?Yield, ?Await] `)` @@ -18998,7 +18998,7 @@

Syntax

`new` NewExpression[?Yield, ?Await] CallExpression[Yield, Await] : - CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] #callCover + CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] #callcover SuperCall[?Yield, ?Await] ImportCall[?Yield, ?Await] CallExpression[?Yield, ?Await] Arguments[?Yield, ?Await] @@ -23549,7 +23549,7 @@

Syntax

ArrowParameters[Yield, Await] : BindingIdentifier[?Yield, ?Await] - CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parenCover + CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parencover ConciseBody[In] : [lookahead != `{`] ExpressionBody[?In, ~Await] @@ -25254,7 +25254,7 @@

Syntax

AsyncArrowFunction[In, Yield, Await] : `async` [no LineTerminator here] AsyncArrowBindingIdentifier[?Yield] [no LineTerminator here] `=>` AsyncConciseBody[?In] - CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callCover + CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callcover AsyncConciseBody[In] : [lookahead != `{`] ExpressionBody[?In, +Await] @@ -49911,7 +49911,7 @@

Expressions

When processing an instance of the production
-
+
the interpretation of |CoverParenthesizedExpressionAndArrowParameterList| is refined using the following grammar:

@@ -49942,7 +49942,7 @@

Expressions

When processing an instance of the production
-
+
the interpretation of |CoverCallExpressionAndAsyncArrowHead| is refined using the following grammar:

@@ -50068,7 +50068,7 @@

Functions and Classes

When processing an instance of the production
-
+
the interpretation of |CoverParenthesizedExpressionAndArrowParameterList| is refined using the following grammar:

@@ -50079,7 +50079,7 @@

Functions and Classes

When processing an instance of the production
-
+
the interpretation of |CoverCallExpressionAndAsyncArrowHead| is refined using the following grammar: