Skip to content

Commit

Permalink
add NodeJS 16.6 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 30, 2021
1 parent 92eb5dd commit c59ec15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -23,6 +23,7 @@
- A bundle for Deno published on [deno.land/x/corejs](https://deno.land/x/corejs)
- Added / updated compat data / mapping:
- Deno 1.0-1.13
- NodeJS up to 16.6
- iOS Safari up to 15.0
- Samsung Internet up to 15.0
- Opera Android up to 64
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Expand Up @@ -57,6 +57,7 @@ export default {
[86, '15.0'],
[90, '16.0'],
[91, '16.4'],
[92, '16.6'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/deno.json
ChromeToDeno: [
Expand Down

0 comments on commit c59ec15

Please sign in to comment.