Skip to content

Commit da71e91

Browse files
committed
mark Math.sumPrecise as shipped from FF137
1 parent 5b62bfb commit da71e91

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://github.com/tc39/proposal-float16array) marked as [shipped from V8 ~ Chromium 135](https://issues.chromium.org/issues/42203953#comment36)
2626
- [`Iterator` helpers proposal](https://github.com/tc39/proposal-iterator-helpers) features marked as [shipped from Safari 18.4](https://developer.apple.com/documentation/safari-release-notes/safari-18_4-release-notes#New-Features)
2727
- [`JSON.parse` source text access proposal](https://github.com/tc39/proposal-json-parse-with-source) features marked as [shipped from Safari 18.4](https://developer.apple.com/documentation/safari-release-notes/safari-18_4-release-notes#New-Features)
28+
- [`Math.sumPrecise`](https://github.com/tc39/proposal-math-sum) marked as shipped from FF137
2829
- Added [Deno 2.2](https://github.com/denoland/deno/releases/tag/v2.2.0) compat data and compat data mapping
2930
- Explicit Resource Management features are available in V8 ~ Chromium 134, but not in Deno 2.2 based on it
3031
- Updated Electron 35 and added Electron 36 compat data mapping

packages/core-js-compat/src/data.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -2506,6 +2506,7 @@ export const data = {
25062506
'esnext.math.signbit': {
25072507
},
25082508
'esnext.math.sum-precise': {
2509+
firefox: '137',
25092510
},
25102511
// TODO: Remove from `core-js@4`
25112512
'esnext.math.umulh': {

0 commit comments

Comments
 (0)