Skip to content

Commit 60e0cfc

Browse files
committed
doc: Update status to Stage 3
1 parent 7790a87 commit 60e0cfc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

HISTORY.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,18 @@ Discussion occurred about `await`ing semantics and mapping functions in [issue
1616
input sync iterators once, `await`ing values from input async iterators not at
1717
all, and `await`ing results returned by mapping functions once.
1818

19+
# 2022-09
20+
The [plenary advances this proposal to Stage 3][2022-09], conditional on editor review.
21+
22+
# 2023-03
23+
The [plenary discusses double construction of the `this` value][2023-03] ([pull request #41][]) and resolves to merge the pull request that fixes it.
24+
1925
[2021-08-31]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/aug-31.md
2026
[2021-10-26]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-10/oct-26.md#arrayfromasync-update
2127
[2021-12-14]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#arrayfromasync-for-stage-2
2228
[issue #19]: https://github.com/tc39/proposal-array-from-async/issues/19
2329
[iterator-helpers]: https://github.com/tc39/proposal-iterator-helpers
2430
[iterator-helpers#168]: https://github.com/tc39/proposal-iterator-helpers/issues/168
31+
[2022-09]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-09/sep-14.md#conclusionresolution-1
32+
[2023-03]: https://github.com/tc39/notes/blob/main/meetings/2023-05/may-15.md#arrayfromasync-41-avoid-double-construction-of-this-value
33+
[pull request #41]: https://github.com/tc39/proposal-array-from-async/pull/41

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Array.fromAsync for JavaScript
2-
ECMAScript Stage-2 Proposal. J. S. Choi, 2021.
2+
ECMAScript Stage-3 Proposal. J. S. Choi, 2021.
33

44
* **[Specification][]** available
55
* **Experimental polyfills** (do **not** use in production code yet):

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<pre class=metadata>
22
title: ES Array.fromAsync (2022)
33
status: proposal
4-
stage: 1
4+
stage: 3
55
location: https://github.com/js-choi/proposal-array-async-from
66
copyright: false
77
contributors: J. S. Choi

0 commit comments

Comments
 (0)