* 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
23 lines
646 B
JSON
23 lines
646 B
JSON
{
|
|
"transform-async-to-generator": [
|
|
"bugfix/transform-async-arrows-in-class"
|
|
],
|
|
"transform-parameters": [
|
|
"bugfix/transform-edge-default-parameters",
|
|
"bugfix/transform-safari-id-destructuring-collision-in-function-expression"
|
|
],
|
|
"transform-function-name": [
|
|
"bugfix/transform-edge-function-name"
|
|
],
|
|
"transform-block-scoping": [
|
|
"bugfix/transform-safari-block-shadowing",
|
|
"bugfix/transform-safari-for-shadowing"
|
|
],
|
|
"transform-template-literals": [
|
|
"bugfix/transform-tagged-template-caching"
|
|
],
|
|
"proposal-optional-chaining": [
|
|
"bugfix/transform-v8-spread-parameters-in-optional-chaining"
|
|
]
|
|
}
|