File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,18 @@ Discussion occurred about `await`ing semantics and mapping functions in [issue
16
16
input sync iterators once, ` await ` ing values from input async iterators not at
17
17
all, and ` await ` ing results returned by mapping functions once.
18
18
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
+
19
25
[ 2021-08-31 ] : https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/aug-31.md
20
26
[ 2021-10-26 ] : https://github.com/tc39/notes/blob/HEAD/meetings/2021-10/oct-26.md#arrayfromasync-update
21
27
[ 2021-12-14 ] : https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#arrayfromasync-for-stage-2
22
28
[ issue #19 ] : https://github.com/tc39/proposal-array-from-async/issues/19
23
29
[ iterator-helpers ] : https://github.com/tc39/proposal-iterator-helpers
24
30
[ 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
Original file line number Diff line number Diff line change 1
1
# Array.fromAsync for JavaScript
2
- ECMAScript Stage-2 Proposal. J. S. Choi, 2021.
2
+ ECMAScript Stage-3 Proposal. J. S. Choi, 2021.
3
3
4
4
* ** [ Specification] [ ] ** available
5
5
* ** Experimental polyfills** (do ** not** use in production code yet):
Original file line number Diff line number Diff line change 1
1
<pre class =metadata >
2
2
title : ES Array.fromAsync (2022)
3
3
status : proposal
4
- stage : 1
4
+ stage : 3
5
5
location : https://github.com/js-choi/proposal-array-async-from
6
6
copyright : false
7
7
contributors : J. S. Choi
You can’t perform that action at this time.
0 commit comments