Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store splices directly on array when
legacyUndefined
is set
Legacy behavior stored splices non-ephemerally. To most easily match this behavior, we store splices directly on the array. This was previously avoided because the property will show as an enumerable property on the array; however, this avoids the need to store and clear splices in a more bespoke way.
- Loading branch information