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
parent a43de3f86d
commit 828a4b3f15
3 changed files with 77 additions and 22 deletions
-1
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