15:04
<Michael Ficarra>
https://github.com/tc39/ecma262/pull/2418 should be ready now, right?
17:19
<jmdyck>
2418 has a "For each X in Y" rather than "For each X of Y" if you want to fix that before merge
17:24
<jmdyck>
(For me, it doesn't much matter, because the rest of the loop-control is so weird that i need to special-case it anyway)
17:40
<jmdyck>
(There's also a "which" that should be "that", if that's something y'all care about.)
17:57
<jmdyck>
never mind, I can submit a PR
21:10
<bakkot>
I pushed a commit to https://github.com/tc39/ecma262/pull/3066 if anyone wants to take a quick look before stamping as ready to merge
21:10
<bakkot>
though it's trivial enough it probably doesn't need it
22:19
<Michael Ficarra>
jmdyck: Yes, please submit a PR