Skip to content

Commit

Permalink
Editorial: eliminate grammatical parameters
Browse files Browse the repository at this point in the history
... from non-defining production.
(PR tc39#1646)
  • Loading branch information
jmdyck committed Feb 13, 2020
1 parent c72eb6b commit 8022bdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -13553,9 +13553,9 @@ <h1>Static Semantics</h1>
<emu-clause id="sec-left-hand-side-expressions-static-semantics-early-errors">
<h1>Static Semantics: Early Errors</h1>
<emu-grammar>
OptionalChain[Yield, Await] :
`?.` TemplateLiteral[?Yield, ?Await, +Tagged]
OptionalChain[?Yield, ?Await] TemplateLiteral[?Yield, ?Await, +Tagged]
OptionalChain :
`?.` TemplateLiteral
OptionalChain TemplateLiteral
</emu-grammar>
<ul>
<li>
Expand Down

0 comments on commit 8022bdf

Please sign in to comment.