grafana / sobek

MIT License
122 stars 1 forks source link

Implemented {Array, TypedArray}.prototype.{with, toReversed, toSorted} (#26, #27, #28, #29) #39

Closed shiroyk closed 2 months ago

shiroyk commented 2 months ago

{Array, TypedArray}.prototype.toSorted #26 {Array, TypedArray}.prototype.toReversed #27 {Array, TypedArray}.prototype.with #28 Array.prototype.toSpliced #29

mstoykov commented 2 months ago

Thank you for the PR @shiroyk :bow: I will try to review it within the week

mstoykov commented 2 months ago

Ah ... unfortunately me merging some updates from goja made conflicts wiht tc39_test.go - can you please fix them

shiroyk commented 2 months ago

OK, I will add this PR to Goja.

mstoykov commented 2 months ago

Thank you for all the work @shiroyk :bow:

I merged the upstream changes in #42 and will close this PR