v3.39.0v3.38.1
Reading changes from the repo…
Math.sumPrecise
feature, now moved to stage 3, paving the way for future stability. Promise.try
method, which is now stable in ES, allowing for easier asynchronous error handling. Iterator
helpers, making iteration over collections more efficient and user-friendly. eslint
runner, which now includes a TIMING
environment variable for future benchmarking. Promise
entries, ensuring that callback arguments are correctly supported in core-js-pure
implementations. @@species
in TypedArray and ArrayBuffer methods, enhancing their reliability and performance. Array#concat
+ @@species
test due to a WebKit issue, restoring expected functionality.