22:15 | <jschoi> | I’d like to champion my first (small) proposal (as a delegate from Indiana University) and get it added to the August meeting’s agenda. I’ve never done this on my own before—do I just open a pull request to tc39/agendas? (The proposal is at https://github.com/js-choi/proposal-array-async-from, with specification at https://jschoi.org/21/es-array-async-from/. No slides yet.) |
23:22 | <bakkot> | jschoi: yup, that's all! you do need to open the PR >= 10 days before the meeting, so people get a chance to review, but you've got another couple of weeks before that deadline |
23:22 | <bakkot> | (though earlier is better, of course) |
23:22 | <jschoi> | bakkot: Thank you! |
23:30 | <bakkot> | jschoi: commentary on the proposal: I like it, but you should be aware that the iterator helpers proposal includes a toArray method on async iterators which accomplishes the same thing, so you might get pushback on it being duplicated with that |
23:30 | <bakkot> | personally I think it's fine though |
23:53 | <jschoi> | Heh, if they’re already fine with duplicating Array.from , then surely they could stand a little more duplication with an Array.asyncFrom .Anyways, thanks, and we’ll see. |