Skip to content

Commit 74716af

Browse files
committed
add missing NodeJS 12.16-12.22 compat data mapping
1 parent 6f48483 commit 74716af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [`Set` methods proposal](https://github.com/tc39/proposal-set-methods) marked as [supported from Safari 17.0](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#JavaScript)
66
- New `URL` features: [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse), [`URLSearchParams.prototype.size`](https://url.spec.whatwg.org/#dom-urlsearchparams-size) and [`value` argument of `URLSearchParams.prototype.{ has, delete }`](https://url.spec.whatwg.org/#dom-urlsearchparams-delete) marked as [supported from Safari 17.0](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#Web-API)
77
- `AggregateError` and well-formed `JSON.stringify` marked as [supported React Native 0.72 Hermes](https://reactnative.dev/blog/2023/06/21/0.72-metro-package-exports-symlinks#more-ecmascript-support-in-hermes)
8+
- Added missing NodeJS 12.16-12.22 compat data mapping
89

910
##### [3.31.0 - 2023.06.12](https://github.com/zloirock/core-js/releases/tag/v3.31.0)
1011
- [Well-formed unicode strings proposal](https://github.com/tc39/proposal-is-usv-string):

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default {
4747
[75, '12.5'],
4848
[76, '12.9'],
4949
[77, '12.11'],
50-
[78, '13.0'],
50+
[78, '12.16'],
5151
[79, '13.2'],
5252
[81, '14.0'],
5353
[83, '14.5'],

0 commit comments

Comments
 (0)