From 718728295b78bc2ece7f6b47be4b70198a6e769c 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 3e1c686edbe..3834ffd7f04 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