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 Sep 6, 2021
1 parent 56ed133 commit d53361d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -21855,8 +21855,12 @@ <h1>Runtime Semantics: Evaluation</h1>
</emu-clause>
</emu-clause>

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

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

0 comments on commit d53361d

Please sign in to comment.