diff --git a/spec.html b/spec.html index 047dd41f4b..433bd5990c 100644 --- a/spec.html +++ b/spec.html @@ -17795,7 +17795,7 @@

Rules of Automatic Semicolon Insertion

LeftHandSideExpression[?Yield, ?Await] [no LineTerminator here] `--` UsingDeclaration[In, Yield, Await] : - `using` [no LineTerminator here] [lookahead != `await`] BindingList[?In, ?Yield, ?Await, ~Pattern] `;` + `using` [no LineTerminator here] BindingList[?In, ?Yield, ?Await, ~Pattern] `;` ContinueStatement[Yield, Await] : `continue` `;` @@ -21295,7 +21295,7 @@

Syntax

`const` UsingDeclaration[In, Yield, Await] : - `using` [no LineTerminator here] [lookahead != `await`] BindingList[?In, ?Yield, ?Await, ~Pattern] `;` + `using` [no LineTerminator here] BindingList[?In, ?Yield, ?Await, ~Pattern] `;` BindingList[In, Yield, Await, Pattern] : LexicalBinding[?In, ?Yield, ?Await, ?Pattern] @@ -21323,7 +21323,7 @@

Static Semantics: Early Errors