Skip to content

Commit 7687c2b

Browse files
committed
add iOS Safari 15.5 compat data mapping
1 parent 3837bf8 commit 7687c2b

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
@@ -5,6 +5,7 @@
55
- Fixed the kind of error (`TypeError` instead of `Error`) on incorrect `exec` result in `RegExp.prototype.test` polyfill
66
- Fixed dependencies of `{ actual, full, features }/typed-array/at` entries
77
- Added Electron 20.0 compat data mapping
8+
- Added iOS Safari 15.5 compat data mapping
89
- Refactoring
910

1011
##### [3.22.7 - 2022.05.24](https://github.com/zloirock/core-js/releases/tag/v3.22.7)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export default {
210210
['15.2', '15.2'],
211211
['15.3', '15.3'],
212212
['15.4', '15.4'],
213+
['15.5', '15.5'],
213214
],
214215
SafariToPhantom: [
215216
['4.1', '1.9'],

0 commit comments

Comments
 (0)