fix(codemode): align array callback behavior (#36584)
This commit is contained in:
parent
a43de3f86d
commit
828a4b3f15
3 changed files with 77 additions and 22 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue