mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
d3944f5203
swc_ecma_preset_env: - [x] Rename directory to be consistant. - [x] Add es2020::operators. (#1812) swc_ecma_transforms_react: - [x] Don't escpae unicodes. (#1782)
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
const data = require('core-js-compat/data');
|
|
|
|
// for (const feature in data) {
|
|
// const browserData = data[feature];
|
|
//
|
|
// }
|
|
|
|
console.log(JSON.stringify(data)) |