Skip to content

Commit 06c2eda

Browse files
authored
fix link to iterator range proposal (#243)
1 parent e8cbd29 commit 06c2eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meetings/2023-03/mar-22.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ SYG, WH and editors to review new grammar for `await using` syntax, to be propos
459459

460460
Presenter: Jack Works (JWK)
461461

462-
- [proposal](https://github.com/tc39/proposal-import-assertions/)
462+
- [proposal](https://github.com/tc39/proposal-iterator.range/)
463463
- [slides](https://docs.google.com/presentation/d/1ecfsO-KyLs5UFxbFQ9RWXIDp8kycul6NZXQPZr71BCo/)
464464

465465
JWK: Let’s have a quick recap of this proposal. As you can see on the slide, it’s a simple proposal that’s return an iterator and designed to be used with the iterator helper proposal. One of the big problems in this proposal, should it return iterator or iterable. This is an endless discuss – we have discussed this about three years, and my final solution is to rename the API to Iterator.range to make it less likely to be misused. Previous: Number.range and BigInt.range, Now: Iterator.range where Iterator global object is bring by the iterator helper proposal.

0 commit comments

Comments
 (0)