Why is "sparse" still part of the description for [[ArrayIterationKind]]?
# Allen Wirfs-Brock (11 years ago)
it's and editorial bug. I forgot to delete that text from the description.
it's and editorial bug. I forgot to delete that text from the description.
I'm not sure whether this is a bug or it's still open, so I've posted it here first -- sorry if this has already been discussed, I've tried to find related threads and bug reports but to no avail.
As of Rev 22 of the ES6 spec, [[ArrayIterationKind]] is described as follows (§22.1.5.3):
I haven't seen the "sparse" forms being referenced anywhere else, so I'm just checking whether they're actually needed or not. Is this just an oversight, or is it actually significant?