fix(codemode): align array callback behavior (#36584)

This commit is contained in:
Aiden Cline 2026-07-13 00:34:18 -05:00 committed by GitHub
commit 828a4b3f15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 77 additions and 22 deletions

View file

@ -171,7 +171,6 @@ ultimate source of truth.
- [ ] `Array.prototype.toSpliced`.
- [ ] Canonical index handling: a key such as `"01"` must not alias index `1`.
- [ ] Complete sparse-array parity. Promise combinators do consume holes as `undefined` members, as in JS.
- [ ] Correct `findLast` return behavior when its predicate mutates the examined element.
## Strings