Skip to content

Commit

Permalink
add Electron 32 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 13, 2024
1 parent 82b3e50 commit 19afc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- Added [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse)
- [`Symbol.asyncDispose`](https://github.com/tc39/proposal-explicit-resource-management) added and marked as supported from V8 ~ Chromium 127
- Added [Deno 1.44](https://github.com/denoland/deno/releases/tag/v1.44.0) compat data mapping
- Added Electron 32 compat data mapping
- Added Opera Android 83 compat data mapping

##### [3.37.1 - 2024.05.14](https://github.com/zloirock/core-js/releases/tag/v3.37.1)
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export default {
[122, '29.0'],
[124, '30.0'],
[126, '31.0'],
[127, '32.0'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json
ChromeToOpera(chrome) {
Expand Down

0 comments on commit 19afc92

Please sign in to comment.