Skip to content

Commit 0e00424

Browse files
committed
mark Math.sumPrecise as shipped in V8 ~ Chrome 147
https://issues.chromium.org/issues/374310075#comment16
1 parent 2fa98e0 commit 0e00424

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
- Just in case, added an extra input string validation to the polyfill of obsolete `Number.fromString` proposals
8484
- Many minor stylistic fixes and optimizations
8585
- Compat data improvements:
86+
- [`Math.sumPrecise`](https://github.com/tc39/proposal-math-sum) marked as [shipped in V8 ~ Chrome 147](https://issues.chromium.org/issues/374310075#comment16)
8687
- [`Iterator.concat`](https://github.com/tc39/proposal-iterator-sequencing) marked as [shipped in V8 ~ Chrome 146](https://issues.chromium.org/issues/434977727#comment7)
8788
- [`Iterator.concat`](https://github.com/tc39/proposal-iterator-sequencing) marked as shipped in Safari 26.4
8889
- Added [Deno 2.6.7](https://github.com/denoland/deno/releases/tag/v2.6.7) compat data mapping

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ export const data = {
10211021
},
10221022
'es.math.sum-precise': {
10231023
bun: '1.2.18',
1024+
chrome: '147',
10241025
firefox: '137',
10251026
safari: '26.2',
10261027
},

0 commit comments

Comments
 (0)