Add support for ES2023 Array
non-mutating methods#1286
Closed
robik wants to merge 3 commits intofacebook:mainfrom robik:add-es14-array-methods
+533-16
Commits
Commits on Feb 6, 2024
Implement ES2023 Array.prototype.with (https://262.ecma-international.org/14.0/#sec-array.prototype.with)
committedImplement ES2023 Array.prototype.toReversed (https://262.ecma-international.org/14.0/#sec-array.prototype.toreversed)
committedImplement ES2023 Array.prototype.toSpliced (https://262.ecma-international.org/14.0/#sec-array.prototype.tospliced)
committed