tc39 / proposal-record-tuple

ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!
https://tc39.es/proposal-record-tuple/
2.5k stars 62 forks source link

Add `Tuple.prototype.{ findLast, findLastIndex }` #311

Closed zloirock closed 2 years ago

zloirock commented 2 years ago

It's stage 4.

zloirock commented 2 years ago

https://github.com/tc39/ecma262/pull/2476

acutmore commented 2 years ago

Lets maybe wait for https://github.com/tc39/ecma262/pull/2476 to merge first

acutmore commented 2 years ago

Chatted with @littledan - we felt that the Array methods proposal being stage 4 is sufficient criteria to merge this, even if the 262 PR is still open.