47 lines
1.9 KiB
Plaintext
47 lines
1.9 KiB
Plaintext
@babel/preset-env: `DEBUG` option
|
|
|
|
Using targets:
|
|
{
|
|
"chrome": "52",
|
|
"firefox": "50",
|
|
"ie": "11"
|
|
}
|
|
|
|
Using modules transform: auto
|
|
|
|
Using plugins:
|
|
transform-template-literals { "ie":"11" }
|
|
transform-literals { "firefox":"50", "ie":"11" }
|
|
transform-function-name { "firefox":"50", "ie":"11" }
|
|
transform-arrow-functions { "ie":"11" }
|
|
transform-classes { "ie":"11" }
|
|
transform-object-super { "ie":"11" }
|
|
transform-shorthand-properties { "ie":"11" }
|
|
transform-duplicate-keys { "ie":"11" }
|
|
transform-computed-properties { "ie":"11" }
|
|
transform-for-of { "firefox":"50", "ie":"11" }
|
|
transform-sticky-regex { "ie":"11" }
|
|
transform-dotall-regex { "chrome":"52", "firefox":"50", "ie":"11" }
|
|
transform-unicode-regex { "ie":"11" }
|
|
transform-spread { "ie":"11" }
|
|
transform-parameters { "firefox":"50", "ie":"11" }
|
|
transform-destructuring { "firefox":"50", "ie":"11" }
|
|
transform-block-scoping { "firefox":"50", "ie":"11" }
|
|
transform-typeof-symbol { "ie":"11" }
|
|
transform-new-target { "ie":"11" }
|
|
transform-regenerator { "firefox":"50", "ie":"11" }
|
|
transform-exponentiation-operator { "firefox":"50", "ie":"11" }
|
|
transform-async-to-generator { "chrome":"52", "firefox":"50", "ie":"11" }
|
|
proposal-async-generator-functions { "chrome":"52", "firefox":"50", "ie":"11" }
|
|
proposal-object-rest-spread { "chrome":"52", "firefox":"50", "ie":"11" }
|
|
proposal-unicode-property-regex { "chrome":"52", "firefox":"50", "ie":"11" }
|
|
proposal-json-strings { "chrome":"52", "firefox":"50", "ie":"11" }
|
|
proposal-optional-catch-binding { "chrome":"52", "firefox":"50", "ie":"11" }
|
|
transform-named-capturing-groups-regex { "chrome":"52", "firefox":"50", "ie":"11" }
|
|
|
|
Using polyfills with `usage` option:
|
|
|
|
[<CWD>/src/in.js] Based on your code and targets, none were added.
|
|
|
|
[<CWD>/src/in2.js] Based on your code and targets, none were added.
|
|
Successfully compiled 2 files with Babel. |