From a4a034869768ba0569ba80b759310914f334d5d7 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 14 Aug 2019 12:02:00 +0200 Subject: [PATCH] fixup! Normative: Add public and private class fields. --- spec.html | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/spec.html b/spec.html index e3c938258b2..9a00a91abca 100644 --- a/spec.html +++ b/spec.html @@ -20136,7 +20136,7 @@

Static Semantics: Early Errors

  • It is a Syntax Error if |Initializer| is present and |Initializer| Contains |SuperCall| is *true*.
  • - ClassElementName : PrivateIdentifier `;` + ClassElementName : PrivateIdentifier @@ -20333,14 +20333,7 @@

    Static Semantics: PropName

    - ClassElementName[Yield, Await] : PropertyName[?Yield, ?Await] - - - 1. Return PropName of |PropertyName|. - - - - ClassElementName[Yield, Await] : PrivateIdentifier + ClassElementName : PrivateIdentifier 1. Return ~empty~. @@ -20423,13 +20416,6 @@

    Static Semantics: PrivateBoundIdentifiers

    1. Return a new empty List.
    - - ClassElementList : ClassElement - - - 1. Return PrivateBoundIdentifiers of |ClassElement|. - - ClassElementList : ClassElementList ClassElement @@ -20438,13 +20424,6 @@

    Static Semantics: PrivateBoundIdentifiers

    1. Append to _names_ the elements of PrivateBoundIdentifiers of |ClassElement|. 1. Return _names_. - - - ClassBody : ClassElementList - - - 1. Return PrivateBoundIdentifiers of |ClassElementList|. -