Skip to content

Commit

Permalink
add Node 12 compat data
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 2, 2019
1 parent 2565783 commit c4133cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-js-compat/src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ module.exports = {
chrome: '71',
// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`
// Waiting for https://github.com/nodejs/node/pull/25594
// node: '11.0',
node: '12.0',
safari: '12.1',
},
'web.timers': {
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
[67, '10.4'],
[68, '10.9'],
[70, '11.0'],
[74, '12.0'],
],
ChromeToSamsung: [
[34, '2.1'],
Expand Down

0 comments on commit c4133cf

Please sign in to comment.