mrhenry / polyfill-library

MIT License
4 stars 0 forks source link

Improves stable sort detection in `Array.prototype.sort` #60

Closed mhassan1 closed 2 months ago

mhassan1 commented 2 months ago

This PR improves stable sort detection in Array.prototype.sort; currently, it does not properly check stable sorting of arrays that contain duplicate values.