We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 92eb5dd commit c59ec15Copy full SHA for c59ec15
CHANGELOG.md
@@ -23,6 +23,7 @@
23
- A bundle for Deno published on [deno.land/x/corejs](https://deno.land/x/corejs)
24
- Added / updated compat data / mapping:
25
- Deno 1.0-1.13
26
+ - NodeJS up to 16.6
27
- iOS Safari up to 15.0
28
- Samsung Internet up to 15.0
29
- Opera Android up to 64
packages/core-js-compat/src/mapping.mjs
@@ -57,6 +57,7 @@ export default {
57
[86, '15.0'],
58
[90, '16.0'],
59
[91, '16.4'],
60
+ [92, '16.6'],
61
],
62
// https://github.com/mdn/browser-compat-data/blob/main/browsers/deno.json
63
ChromeToDeno: [
0 commit comments