Skip to content

Commit

Permalink
(bullet tc39#4) 3+ disjuncts, all constants: insert "one of"
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Jan 15, 2023
1 parent 0e2f845 commit 073f261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -17738,7 +17738,7 @@ <h1>Static Semantics: Early Errors</h1>
<emu-grammar>Identifier : IdentifierName but not ReservedWord</emu-grammar>
<ul>
<li>
It is a Syntax Error if this phrase is contained in strict mode code and the StringValue of |IdentifierName| is *"implements"*, *"interface"*, *"let"*, *"package"*, *"private"*, *"protected"*, *"public"*, *"static"*, or *"yield"*.
It is a Syntax Error if this phrase is contained in strict mode code and the StringValue of |IdentifierName| is one of *"implements"*, *"interface"*, *"let"*, *"package"*, *"private"*, *"protected"*, *"public"*, *"static"*, or *"yield"*.
</li>
<li>
It is a Syntax Error if the goal symbol of the syntactic grammar is |Module| and the StringValue of |IdentifierName| is *"await"*.
Expand Down

0 comments on commit 073f261

Please sign in to comment.