Skip to content

Commit

Permalink
add Deno 1.16 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 11, 2021
1 parent bcdbdb7 commit ae4a9f4
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 @@
- Fixed incorrect `AggregateError.prototype` properties descriptors
- Fixed `InstallErrorCause` internal operation
- Added NodeJS 16.11 compat data mapping
- Added Deno 1.16 compat data mapping
- `Object.hasOwn` marked as supported from Safari 15.1

##### 3.18.2 - 2021.10.06
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 @@ -73,6 +73,7 @@ export default {
[93, '1.13'],
[94, '1.14'],
[95, '1.15'],
[96, '1.16'],
],
// https://github.com/Kilian/electron-to-chromium/blob/master/chromium-versions.js
// Maybe also required to handle used Node versions?
Expand Down

0 comments on commit ae4a9f4

Please sign in to comment.