Skip to content

Commit 4599536

Browse files
committed
UUID to inactive
Closes #529
1 parent 4f82000 commit 4599536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

inactive-proposals.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Inactive proposals are proposals that at one point were presented to the committ
4141
| [Operator overloading][overloading] | Daniel Ehrenberg | Withdrawn |
4242
| [Extensible numeric literals][extensible-literals] | Daniel Ehrenberg | Withdrawn |
4343
| [JSON.tryParse][json-tryparse] | Jack Works | Rejected; some deemed this too specific a solution for a generalized language-wide problem |
44+
| [UUID][uuid] | Benjamin Coe | Withdrawn; moved to `crypto.randomUUID()` in February 2023 |
4445
| [`Math` Extensions][more-math] | Rick Waldron | Withdrawn: no interested champions in February 2024 |
4546
| [Generator arrow functions][generator-arrow-functions] | Sergey Rubanov<br />Brendan Eich | Withdrawn: no interested champions in February 2024 |
4647
| [`Math.signbit`: IEEE-754 sign bit][signbit] | JF Bastien | Withdrawn: no interested champions in February 2024 |
@@ -110,3 +111,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
110111
[unicode-sequence-properties]: https://github.com/tc39/proposal-regexp-unicode-sequence-properties
111112
[unicode-sequence-properties-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-10/october-2.md#update-on-sequence-property-escapes-in-unicode-regular-expressions
112113
[regexp-v-flag]: https://github.com/tc39/proposal-regexp-v-flag
114+
[uuid]: https://github.com/tc39/proposal-uuid
115+
[uuid-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-10/october-3.md#uuid-for-stage-1

stage-1-proposals.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
4040
| [Emitter][emitter] | Shu-yu Guo<br />Pedram Emrouznejad | Shu-yu Guo<br />Pedram Emrouznejad | <sub>[June&nbsp;2019][emitter-notes]</sub> |
4141
| [Reverse iteration][reverse-iteration] | Leo Balter<br />Jordan Harband | Leo Balter<br />Jordan Harband | <sub>[July&nbsp;2019][reverse-iteration-notes]</sub> |
4242
| [Declarations in Conditionals][declarations-in-conditionals] | Devin Rousso | Devin Rousso | <sub>[October&nbsp;2019][declarations-in-conditionals-notes]</sub> |
43-
| [UUID][uuid] | Benjamin Coe<br />Robert Kieffer <br />Christoph Tavan | Benjamin Coe | <sub>[October&nbsp;2019][uuid-notes]</sub> |
4443
| [Readonly Collections][readonly-collections] | Mark Miller<br />Peter Hoddie | Mark Miller<br />Peter Hoddie | <sub>[October&nbsp;2019][readonly-collections-notes]</sub> |
4544
| [Support for Distributed Promise Pipelining][eventual-send] | Mark Miller<br />Chip Morningstar<br />Michael Fig | Mark Miller<br />Chip Morningstar<br />Michael Fig | <sub>[October&nbsp;2019][eventual-send-notes]</sub> |
4645
| [Wavy Dot: Syntactic Support for Promise Pipelining][promise-pipelining] | Mark Miller<br />Chip Morningstar<br />Michael Fig | Mark Miller<br />Chip Morningstar<br />Michael Fig | <sub>[December&nbsp;2019][promise-pipelining-notes]</sub> |
@@ -168,8 +167,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
168167
[reverse-iteration-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-07/july-23.md#symbolreverse
169168
[declarations-in-conditionals]: https://github.com/tc39/proposal-Declarations-in-Conditionals
170169
[declarations-in-conditionals-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-10/october-2.md#declarations-in-conditionals
171-
[uuid]: https://github.com/tc39/proposal-uuid
172-
[uuid-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-10/october-3.md#uuid-for-stage-1
173170
[readonly-collections]: https://github.com/tc39/proposal-readonly-collections
174171
[readonly-collections-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-10/october-3.md#readonly-collections-for-stage-1
175172
[eventual-send]: https://github.com/tc39/proposal-eventual-send

0 commit comments

Comments
 (0)