mirror of
https://github.com/swc-project/swc.git
synced 2024-12-15 00:53:09 +03:00
6fa85b646f
swc_ecma_preset_env: - can inject polyfills automatically - can apply transforms automatically swc: - added env config to .swcrc
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)) |