Skip to content

Commit

Permalink
Editorial: disambiguate with statement's status
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jun 22, 2021
1 parent fbdf389 commit 7b39b7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -19393,6 +19393,10 @@ <h1>Runtime Semantics: Evaluation</h1>

<emu-clause id="sec-with-statement">
<h1>The `with` Statement</h1>
<emu-note>
<p>It is recommended that the `with` statement is not used in new ECMAScript code. Consider alternatives, such as <emu-xref href="#sec-destructuring-assignment" title></emu-xref>, which are permitted in both strict mode code and non-strict code.</p>
</emu-note>

<h2>Syntax</h2>
<emu-grammar type="definition">
WithStatement[Yield, Await, Return] :
Expand Down

0 comments on commit 7b39b7f

Please sign in to comment.