Skip to content

Commit e1ba3db

Browse files
committed
add Electron 38 compat data mapping
1 parent c3200da commit e1ba3db

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Added missing dependencies to some entries of static `Iterator` methods
44
- Added missing `/full/{ instance, number/virtual }/clamp` entries
55
- Compat data improvements:
6+
- Added Electron 38 compat data mapping
67
- `Iterator` helpers marked as fixed and updated following the latest spec changes in Safari 26.0
78
- `Set.prototype.{ difference, symmetricDifference, union }` marked as fixed in Safari 26.0
89
- `SuppressedError` marked [as fixed](https://bugzilla.mozilla.org/show_bug.cgi?id=1971000) in FF141

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ export default {
175175
[134, '35.0'],
176176
[136, '36.0'],
177177
[138, '37.0'],
178+
[139, '38.0'],
178179
],
179180
// https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json
180181
ChromeToOpera(chrome) {

0 commit comments

Comments
 (0)