From f0f74ec7966d0263d691114d60ebb58efa075a33 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Sun, 11 Aug 2019 09:41:03 -0400 Subject: [PATCH 1/3] Editorial: Remove a few s from Annex A (#1868) ... that I should have removed back in 573e382 (PR #370). --- spec.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spec.html b/spec.html index 55eb65f8cb..8ad4343c86 100644 --- a/spec.html +++ b/spec.html @@ -41814,13 +41814,6 @@

Number Conversions

- - - - - - -

All grammar symbols not explicitly defined by the |StringNumericLiteral| grammar have the definitions used in the Lexical Grammar for numeric literals.

From 50a0811a247bca2d2a017c7ded2aa4e12380ac2f Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Mon, 12 Aug 2019 20:34:03 -0400 Subject: [PATCH 2/3] Editorial: Move some s in Annex A (#1868) ... to better match the order of productions in the main body. --- spec.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/spec.html b/spec.html index 8ad4343c86..0a6c9f9e65 100644 --- a/spec.html +++ b/spec.html @@ -41601,9 +41601,8 @@

Lexical Grammar

Expressions

- - +

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

@@ -41632,11 +41631,9 @@

Expressions

-

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

 

- @@ -41663,6 +41660,7 @@

Expressions

+

In certain circumstances when processing an instance of the production the following grammar is used to refine the interpretation of |LeftHandSideExpression|:

@@ -41676,7 +41674,6 @@

Expressions

 

- @@ -41753,6 +41750,8 @@

Functions and Classes

 

+ +

When the production is recognized the following grammar is used to refine the interpretation of |CoverParenthesizedExpressionAndArrowParameterList|:

 

@@ -41767,9 +41766,9 @@

Functions and Classes

- + From c695f9af6e5f68c069d6295b9d7ed16b41b4d8a1 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Mon, 12 Aug 2019 20:37:55 -0400 Subject: [PATCH 3/3] Editorial: Fix mistake in para in Annex A (#1868) We're talking about AsyncArrowFunction : CoverCallExpressionAndAsyncArrowHead so change CoverParenthesizedExpressionAndArrowParameterList to CoverCallExpressionAndAsyncArrowHead --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 0a6c9f9e65..071896cf23 100644 --- a/spec.html +++ b/spec.html @@ -41752,7 +41752,7 @@

Functions and Classes

-

When the production is recognized the following grammar is used to refine the interpretation of |CoverParenthesizedExpressionAndArrowParameterList|:

+

When the production is recognized the following grammar is used to refine the interpretation of |CoverCallExpressionAndAsyncArrowHead|: