Huáng Jùnliàng cdb81d7703 Add export-namespace-from to preset-env (#11849)
* feat: add compat-data of proposal-export-namespace-from

* feat: add export-namespace-from to preset-env

* chore: update test fixtures

* address review comments
2020-07-29 18:32:12 -04:00

25 lines
748 B
Plaintext

@babel/preset-env: `DEBUG` option
Using targets:
{
"chrome": "80"
}
Using modules transform: auto
Using plugins:
syntax-numeric-separator { "chrome":"80" }
proposal-class-properties { "chrome":"80" }
proposal-private-methods { "chrome":"80" }
syntax-nullish-coalescing-operator { "chrome":"80" }
syntax-optional-chaining { "chrome":"80" }
syntax-json-strings { "chrome":"80" }
syntax-optional-catch-binding { "chrome":"80" }
syntax-async-generators { "chrome":"80" }
syntax-object-rest-spread { "chrome":"80" }
transform-modules-commonjs { "chrome":"80" }
proposal-dynamic-import { "chrome":"80" }
proposal-export-namespace-from {}
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.