* fix: register function expression id after params * implement bugfix plugin * add more testcases * fix: do not skip pattern binding referencing id * update compat-table * add bugfix plugin to preset-env * update Babel 8 test fixtures * Update packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/README.md * chore: bundle bugfix plugin * address review comments * add runtime version check * update compat table * fix syntax error * update test fixtures * revert bugfixes targets update * update Babel 8 test fixtures
26 lines
653 B
Plaintext
26 lines
653 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
|
|
syntax-optional-chaining
|
|
syntax-json-strings
|
|
syntax-optional-catch-binding
|
|
syntax-async-generators
|
|
syntax-object-rest-spread
|
|
bugfix/transform-v8-spread-parameters-in-optional-chaining { chrome < 91 }
|
|
transform-modules-commonjs
|
|
proposal-dynamic-import
|
|
proposal-export-namespace-from { }
|
|
|
|
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|