issues
search
tc39
/
proposal-iterator-helpers
Methods for working with iterators in ECMAScript
https://tc39.es/proposal-iterator-helpers
1.33k
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
stage 4 🎉
#303
michaelficarra
closed
1 month ago
0
fix: usage of `node12 which is deprecated` in CI
#302
hamirmahal
closed
1 month ago
0
CI uses `node12 which is deprecated`
#301
hamirmahal
closed
1 month ago
1
Fix IteratorStep usage in Iterator.prototype.drop
#300
shvaikalesh
closed
1 month ago
1
Add Java [Streams] to Prior Art
#299
nikolaybotev
opened
1 month ago
0
Remove implementation support in readme
#298
HolgerJeromin
closed
2 months ago
0
Add engine support in README.md
#297
HolgerJeromin
closed
2 months ago
0
Surprising/unintuitive difference in behaviour involving multiple materialized `take` calls
#296
noinkling
opened
6 months ago
2
Add missing quote for the initial value of the global object property
#295
arai-a
closed
7 months ago
1
Join elements into a single string without `.toArray()`
#294
tats-u
closed
8 months ago
9
A flaw in JavaScript iteration leaves a weird behavior with take, first, some, etc.
#293
benlesh
closed
8 months ago
19
Editorial: use new IteratorStepValue AO
#292
bakkot
closed
7 months ago
0
update generator state enum from "suspendedStart" to "suspended-start"
#291
michaelficarra
closed
11 months ago
0
replace RequireObjectCoercible with Object check
#290
michaelficarra
closed
11 months ago
2
pass *this* value to SetterThatIgnoresPrototypeProperties
#289
michaelficarra
closed
11 months ago
0
Support `.size`
#288
Ayc0
closed
1 year ago
3
make @@toStringTag and constructor prototype properties funky accessors
#287
michaelficarra
closed
11 months ago
19
Web incompatibility discovered in theathletic.com
#286
syg
closed
11 months ago
58
Shouldn't `.take()` return `IterableIterator` instead of `Iterator`
#285
FrameMuse
closed
1 year ago
4
stage 4 tracking
#284
michaelficarra
closed
1 month ago
3
Proposal: add peek like operation
#283
gturi
closed
1 year ago
6
clarify that `from` is static
#282
bakkot
closed
1 year ago
0
allow implementations to avoid creating String wrapper objects
#281
michaelficarra
closed
1 year ago
2
Iterator.from should avoid creating String wrapper objects
#280
anba
closed
1 year ago
10
This seems to be missing `at()`?
#279
benlesh
closed
1 year ago
6
[spec] [[UnderlyingIterator]] -> [[SourceIterators]] so flatMap can proxy `return` to the inner iterator also
#278
ljharb
closed
1 year ago
13
An idea about generic iterator helpers' syntax
#277
Frimaire
closed
1 year ago
2
Add spec methods to `Prior Art & Userland implementations` section
#276
piranna
closed
9 months ago
3
Questions regarding "auto-flatten" an non-iterables
#275
benlesh
opened
1 year ago
16
Normative: remove IsCallable check on NextMethod, deferring errors to Call site
#274
michaelficarra
closed
1 year ago
1
reuse GetIteratorDirect in GetIteratorFlattenable
#273
michaelficarra
closed
1 year ago
0
Normative: change Symbol.iterator fallback from callable check to undefined/null check
#272
michaelficarra
closed
1 year ago
8
remove hint from GetIteratorFlattenable
#271
michaelficarra
closed
1 year ago
0
renaming `take`
#270
bakkot
closed
1 year ago
3
Are sync iterator helpers supposed to pass through the returned value?
#269
syg
closed
1 year ago
4
What about a .done property
#268
JeremiePat
closed
1 year ago
2
Normative: close underlying iterators when return is called before next
#267
bakkot
closed
1 year ago
5
Calling return() on a suspendedStart iterator helper doesn't seem to call return() on the underlying
#266
syg
closed
1 year ago
2
Normative: validate arguments before opening iterator from `this`
#265
bakkot
closed
1 year ago
1
Do other checks before `GetIteratorDirect`
#264
kmiller68
closed
1 year ago
3
split async helpers into their own repo
#263
bakkot
closed
1 year ago
0
Allow interleaved mapping in async iterators
#262
bakkot
closed
1 year ago
8
Add iter-ops library
#261
vitaly-t
closed
1 year ago
2
spec: rename predicate arguments to "predicate"
#260
ljharb
closed
1 year ago
0
map with async callback
#259
vitaly-t
closed
1 year ago
7
Remove subsection on `.indexed()`
#258
rauschma
closed
1 year ago
5
rxjs has a better api
#257
stavalfi
closed
1 year ago
1
Some ideas
#256
ghost
opened
1 year ago
6
Implement scan operator
#255
mpodwysocki
closed
1 year ago
1
flatMap with concurrency parameter
#254
mpodwysocki
closed
1 year ago
4
Next