Skip to content

Commit

Permalink
Remove "this document might be out of date" notice
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 4, 2023
1 parent cf90758 commit 3f5b19e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Champions: Sven Sauleau ([@xtuc](https://github.com/xtuc)), Daniel Ehrenberg ([@

Status: Stage 3

> ⚠️ The specification in this proposal might be out of date. [tc39/ecma262#3057](https://github.com/tc39/ecma262/pull/3057) is the latest version.
>
> Some of the changes present in the current specification have not been presented to committee yet: [#142](https://github.com/tc39/proposal-import-attributes/issues/142)
Please leave any feedback you have in the [issues](http://github.com/tc39/proposal-import-attributes/issues)!
Expand Down
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2636,10 +2636,6 @@ <h1>Import Attributes</h1>
<p>The relevant syntax changes are in the <a href="#sec-left-hand-side-expressions">Import Calls</a> and <a href="#sec-imports">Imports</a> sections.</p>
<p>This feature would ideally use the <code>with</code> <emu-xref href="#sec-keywords-and-reserved-words"><a href="https://tc39.es/ecma262/#sec-keywords-and-reserved-words">keyword</a></emu-xref> to denote attributes, but there are existing implementations based on a previous version of the proposal using the <code>assert</code> <emu-xref href="#sec-keywords-and-reserved-words"><a href="https://tc39.es/ecma262/#sec-keywords-and-reserved-words">keyword</a></emu-xref>. Due to potential web compatibility risks, the proposal still includes <code>assert</code> marked as <emu-xref href="#sec-conformance" id="_ref_0"><a href="#sec-conformance">deprecated</a></emu-xref>. Usage of the old syntax is discouraged, and its removal is being investigated.</p>
<emu-note type="editor" style="background:#ffeedd"><span class="note">Editor's Note</span><div class="note-contents">
<p><strong>This document might be out of date</strong>. Please refer to <a href="https://ci.tc39.es/preview/tc39/ecma262/pull/3057">the tc39/ecma262#3057 preview</a> for the latest version.</p>
</div></emu-note>
</emu-intro>
<emu-clause id="sec-conformance" number="2">
Expand Down
4 changes: 0 additions & 4 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
<p>The relevant syntax changes are in the <a href="#sec-left-hand-side-expressions">Import Calls</a> and <a href="#sec-imports">Imports</a> sections.</p>

<p>This feature would ideally use the `with` keyword to denote attributes, but there are existing implementations based on a previous version of the proposal using the `assert` keyword. Due to potential web compatibility risks, the proposal still includes `assert` marked as <emu-xref href="#sec-conformance">deprecated</emu-xref>. Usage of the old syntax is discouraged, and its removal is being investigated.</p>

<emu-note type="editor" style="background:#ffeedd">
<p><strong>This document might be out of date</strong>. Please refer to <a href="https://ci.tc39.es/preview/tc39/ecma262/pull/3057">the tc39/ecma262#3057 preview</a> for the latest version.</p>
</emu-note>
</emu-intro>

<emu-clause id="sec-conformance" number="2">
Expand Down

0 comments on commit 3f5b19e

Please sign in to comment.