From 3105b5a753a9dbc61173392b114af153fc9466a6 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Thu, 23 Jan 2020 14:53:04 -0500 Subject: [PATCH] Editorial: quick fixes re PR #1406 - Fix a 'use' production for AsyncConciseBody to match the new defining production. - Add an for ExpressionBody to Annex A. --- spec.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 7bd3d9ee5b6..39b5d9a1d20 100644 --- a/spec.html +++ b/spec.html @@ -21735,7 +21735,7 @@

Static Semantics: ContainsExpression

Static Semantics: ContainsUseStrict

- AsyncConciseBody : AssignmentExpression + AsyncConciseBody : ExpressionBody 1. Return *false*. @@ -41754,6 +41754,7 @@

Functions and Classes

+

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