Skip to content

Commit

Permalink
add Deno 1.43 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 1, 2024
1 parent 76c4ea7 commit 8b92f43
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 @@ -4,6 +4,7 @@
- [`Symbol.dispose`](https://github.com/tc39/proposal-explicit-resource-management) added marked as supported from V8 ~ Chromium 125
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as [supported from NodeJS 22.0](https://github.com/nodejs/node/pull/52280)
- Added [NodeJS 22.0](https://nodejs.org/en/blog/release/v22.0.0) compat data mapping
- Added [Deno 1.43](https://github.com/denoland/deno/releases/tag/v1.43.0) compat data mapping
- Added Electron 31 compat data mapping
- Updated Opera Android 82 compat data mapping
- Added Samsung Internet 26 compat data mapping
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 @@ -106,6 +106,7 @@ export default {
[121, '1.41'],
[123, '1.41.3'],
[123, '1.42'],
[124, '1.43'],
],
// https://releases.electronjs.org/
// https://github.com/electron/electron/releases
Expand Down

0 comments on commit 8b92f43

Please sign in to comment.