* Enable ergonomic brand checks by default in `@babel/parser` * Enable ergonomic brand checks by default in `preset-env` * Fix error position * Update Babel 8 tests
25 lines
589 B
Plaintext
25 lines
589 B
Plaintext
@babel/preset-env: `DEBUG` option
|
|
|
|
Using targets:
|
|
{
|
|
"chrome": "89"
|
|
}
|
|
|
|
Using modules transform: auto
|
|
|
|
Using plugins:
|
|
proposal-private-property-in-object { chrome < 91 }
|
|
syntax-class-properties
|
|
syntax-numeric-separator
|
|
syntax-nullish-coalescing-operator
|
|
proposal-optional-chaining { chrome }
|
|
syntax-json-strings
|
|
syntax-optional-catch-binding
|
|
syntax-async-generators
|
|
syntax-object-rest-spread
|
|
transform-modules-commonjs
|
|
proposal-dynamic-import
|
|
proposal-export-namespace-from { }
|
|
|
|
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|