From 567bd0e7358545572c41549beb8d41ec64f3378c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marja=20H=C3=B6ltt=C3=A4?= Date: Thu, 27 Feb 2020 13:56:29 +0100 Subject: [PATCH] Editorial: Add subscripts to BindingIdentifier static semantics. (#1885) Adding subscripts here makes sense, because the semantics specifically talk about the presence of a parameter. Also, the productions below, where the semantics also talk about the presence of a parameter, already have the subscripts. So it's inconsistent to not have them here. --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index a36a6dc647..c4661952e0 100644 --- a/spec.html +++ b/spec.html @@ -12252,7 +12252,7 @@

Static Semantics: Early Errors

- BindingIdentifier : `yield` + BindingIdentifier[Yield, Await] : `yield` - BindingIdentifier : `await` + BindingIdentifier[Yield, Await] : `await`