Skip to content

Commit

Permalink
Error.isError to stage 2, per 2024.06.11 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 11, 2024
1 parent 4b8ee26 commit 7de4894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Time Zone Canonicalization][time-zone-canon] | Justin Grant | Justin Grant<br />Richard Gibson | <sub>[May&nbsp;2023][time-zone-canon-notes]</sub> |
| [Deferring Module Evaluation][lazy-import] | Yulia Startsev<br />Guy Bedford | Yulia Startsev<br />Guy Bedford<br />Nicolò Ribaudo | <sub>[July&nbsp;2023][lazy-import-notes]</sub> |
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>[February&nbsp;2024][joint-notes]</sub> |
| [`Error.isError`][is-error] | Jordan Harband | Jordan Harband | <sub>June&nbsp;2024</sub> |

The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
The :question: means there is no feature flag for tests yet.
Expand Down Expand Up @@ -188,3 +189,5 @@ Note that as part of the onboarding process your repository name may be normaliz
[math-sum-notes]: https://github.com/tc39/notes/blob/main/meetings/2024-04/april-09.md#mathsumexact-for-stage-27
[dynamic-code-brand-checks]: https://github.com/tc39/proposal-dynamic-code-brand-checks
[dynamic-code-brand-checks-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-12/december-5.md#dynamic-code-brand-checks-for-stage-2
[is-error]: https://github.com/tc39/proposal-is-error
[is-error-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-10.md#bringing-back-erroriserror-for-stage-1-or-2-or-even-27
3 changes: 0 additions & 3 deletions stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | <sub>[February&nbsp;2024][esm-phase-notes]</sub> |
| [Function and Object Literal Decorators][func-obj-decs] | Ron Buckton | Ron Buckton | <sub>[February&nbsp;2024][func-obj-decs-notes]</sub> |
| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | <sub>[February&nbsp;2024][discards-notes]</sub> |
| [`Error.isError`][is-error] | Jordan Harband | Jordan Harband | <sub>[April&nbsp;2024][is-error-notes]</sub> |
| [Strict Enforcement of 'using'][strict-using] | Ron Buckton | Ron Buckton | <sub>[April&nbsp;2024][strict-using-notes]</sub> |
| [Signals][signals] | Rob Eisenberg<br />Daniel Ehrenberg | Daniel Ehrenberg<br />Yehuda Katz<br />Jatin Ramanathan<br />Shay Lewis<br />Kristen Hewell Garrett<br />Dominic Gannaway<br />Preston Sego<br />Milo M<br />Rob Eisenberg | <sub>[April&nbsp;2024][signals-notes]</sub> |

Expand Down Expand Up @@ -290,8 +289,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[func-obj-decs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#function-and-object-literal-element-decorators-for-stage-1
[discards]: https://github.com/rbuckton/proposal-void-binding
[discards-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#discard-void-bindings-for-stage-1
[is-error]: https://github.com/tc39/proposal-is-error
[is-error-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-10.md#bringing-back-erroriserror-for-stage-1-or-2-or-even-27
[signals]: https://github.com/tc39/proposal-signals
[signals-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-11.md#signals-for-stage-1
[strict-using]: https://github.com/rbuckton/proposal-using-enforcement
Expand Down

0 comments on commit 7de4894

Please sign in to comment.