From 8022bdfcde2b8f1d8e9a4af70b4d05197a2bd2c9 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Thu, 12 Dec 2019 16:49:27 -0500 Subject: [PATCH] Editorial: eliminate grammatical parameters ... from non-defining production. (PR #1646) --- spec.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec.html b/spec.html index 1cce8166d28..209c5f0d12d 100644 --- a/spec.html +++ b/spec.html @@ -13553,9 +13553,9 @@

Static Semantics

Static Semantics: Early Errors

- OptionalChain[Yield, Await] : - `?.` TemplateLiteral[?Yield, ?Await, +Tagged] - OptionalChain[?Yield, ?Await] TemplateLiteral[?Yield, ?Await, +Tagged] + OptionalChain : + `?.` TemplateLiteral + OptionalChain TemplateLiteral