diff --git a/packages/babel-plugin-proposal-decorators/test/fixtures/transformation/async-generator-method/options.json b/packages/babel-plugin-proposal-decorators/test/fixtures/transformation/async-generator-method/options.json index a3587a401c6c..0c2c9bd2056d 100644 --- a/packages/babel-plugin-proposal-decorators/test/fixtures/transformation/async-generator-method/options.json +++ b/packages/babel-plugin-proposal-decorators/test/fixtures/transformation/async-generator-method/options.json @@ -2,7 +2,6 @@ "plugins": [ ["proposal-decorators", { "decoratorsBeforeExport": false }], "proposal-class-properties", - "syntax-async-generators", ["external-helpers", { "helperVersion": "7.1.5" }] ] } diff --git a/packages/babel-plugin-proposal-decorators/test/fixtures/transformation/class-decorators-yield-await/options.json b/packages/babel-plugin-proposal-decorators/test/fixtures/transformation/class-decorators-yield-await/options.json index 7879b5a6675a..0fbe73eecd01 100644 --- a/packages/babel-plugin-proposal-decorators/test/fixtures/transformation/class-decorators-yield-await/options.json +++ b/packages/babel-plugin-proposal-decorators/test/fixtures/transformation/class-decorators-yield-await/options.json @@ -7,7 +7,6 @@ { "helperVersion": "7.1.5" } - ], - "syntax-async-generators" + ] ] } diff --git a/packages/babel-plugin-proposal-dynamic-import/test/fixtures/amd/missing-plugin/options.json b/packages/babel-plugin-proposal-dynamic-import/test/fixtures/amd/missing-plugin/options.json index 97137d02166f..2a0c361b6895 100644 --- a/packages/babel-plugin-proposal-dynamic-import/test/fixtures/amd/missing-plugin/options.json +++ b/packages/babel-plugin-proposal-dynamic-import/test/fixtures/amd/missing-plugin/options.json @@ -1,6 +1,5 @@ { "plugins": [ - "syntax-dynamic-import", "transform-modules-amd", "external-helpers" ] diff --git a/packages/babel-plugin-proposal-dynamic-import/test/fixtures/commonjs/missing-plugin/options.json b/packages/babel-plugin-proposal-dynamic-import/test/fixtures/commonjs/missing-plugin/options.json index d0f7c55cbaa3..46b55e8254a8 100644 --- a/packages/babel-plugin-proposal-dynamic-import/test/fixtures/commonjs/missing-plugin/options.json +++ b/packages/babel-plugin-proposal-dynamic-import/test/fixtures/commonjs/missing-plugin/options.json @@ -1,6 +1,5 @@ { "plugins": [ - "syntax-dynamic-import", "transform-modules-commonjs", "external-helpers" ] diff --git a/packages/babel-plugin-proposal-dynamic-import/test/fixtures/systemjs/missing-plugin/options.json b/packages/babel-plugin-proposal-dynamic-import/test/fixtures/systemjs/missing-plugin/options.json index c269a708f8a2..28922079e566 100644 --- a/packages/babel-plugin-proposal-dynamic-import/test/fixtures/systemjs/missing-plugin/options.json +++ b/packages/babel-plugin-proposal-dynamic-import/test/fixtures/systemjs/missing-plugin/options.json @@ -1,7 +1,6 @@ { "validateLogs": true, "plugins": [ - "syntax-dynamic-import", "transform-modules-systemjs", "external-helpers" ] diff --git a/packages/babel-plugin-proposal-logical-assignment-operators/test/fixtures/logical-assignment/null-coalescing-without-other/options.json b/packages/babel-plugin-proposal-logical-assignment-operators/test/fixtures/logical-assignment/null-coalescing-without-other/options.json index 8507a894f763..ef8c2205db57 100644 --- a/packages/babel-plugin-proposal-logical-assignment-operators/test/fixtures/logical-assignment/null-coalescing-without-other/options.json +++ b/packages/babel-plugin-proposal-logical-assignment-operators/test/fixtures/logical-assignment/null-coalescing-without-other/options.json @@ -1,6 +1,5 @@ { "plugins": [ - "proposal-logical-assignment-operators", - "syntax-nullish-coalescing-operator" + "proposal-logical-assignment-operators" ] } diff --git a/packages/babel-plugin-proposal-object-rest-spread/test/fixtures/object-rest/options.json b/packages/babel-plugin-proposal-object-rest-spread/test/fixtures/object-rest/options.json index ac791b82acf2..6f9add3661d6 100644 --- a/packages/babel-plugin-proposal-object-rest-spread/test/fixtures/object-rest/options.json +++ b/packages/babel-plugin-proposal-object-rest-spread/test/fixtures/object-rest/options.json @@ -1,6 +1,5 @@ { "plugins": [ - "syntax-async-generators", "proposal-object-rest-spread", ["external-helpers", { "helperVersion": "7.1.5" }] ] diff --git a/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-typeapp-call/options.json b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-typeapp-call/options.json index 81c1ea3a2294..1eca5cfc9f6b 100644 --- a/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-typeapp-call/options.json +++ b/packages/babel-plugin-transform-flow-strip-types/test/fixtures/strip-types/strip-typeapp-call/options.json @@ -1,7 +1,6 @@ { "plugins": [ "syntax-jsx", - "syntax-optional-chaining", "transform-flow-strip-types" ] } diff --git a/packages/babel-plugin-transform-modules-commonjs/test/fixtures/strict/options.json b/packages/babel-plugin-transform-modules-commonjs/test/fixtures/strict/options.json index 39f3a7421118..3e4f571b01d8 100644 --- a/packages/babel-plugin-transform-modules-commonjs/test/fixtures/strict/options.json +++ b/packages/babel-plugin-transform-modules-commonjs/test/fixtures/strict/options.json @@ -1,8 +1,6 @@ { "plugins": [ "external-helpers", - "syntax-object-rest-spread", - "syntax-optional-chaining", [ "transform-modules-commonjs", { "strict": true, "mjsStrictNamespace": false } diff --git a/packages/babel-plugin-transform-modules-systemjs/test/fixtures/import-meta/options.json b/packages/babel-plugin-transform-modules-systemjs/test/fixtures/import-meta/options.json index 7513a834e42e..cb038f2e52c5 100644 --- a/packages/babel-plugin-transform-modules-systemjs/test/fixtures/import-meta/options.json +++ b/packages/babel-plugin-transform-modules-systemjs/test/fixtures/import-meta/options.json @@ -1,7 +1,6 @@ { "plugins": [ "external-helpers", - "syntax-dynamic-import", "syntax-import-meta", "transform-modules-systemjs" ] diff --git a/packages/babel-plugin-transform-modules-systemjs/test/fixtures/systemjs/export-const-destructuring-object-rest/options.json b/packages/babel-plugin-transform-modules-systemjs/test/fixtures/systemjs/export-const-destructuring-object-rest/options.json index 09137adf8d2e..3329c8d9519f 100644 --- a/packages/babel-plugin-transform-modules-systemjs/test/fixtures/systemjs/export-const-destructuring-object-rest/options.json +++ b/packages/babel-plugin-transform-modules-systemjs/test/fixtures/systemjs/export-const-destructuring-object-rest/options.json @@ -1,7 +1,6 @@ { "plugins": [ "external-helpers", - "transform-modules-systemjs", - "syntax-object-rest-spread" + "transform-modules-systemjs" ] } diff --git a/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-destructure-rest/options.json b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-destructure-rest/options.json index 1b0cc13a7a3f..01101cd37ccb 100644 --- a/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-destructure-rest/options.json +++ b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-destructure-rest/options.json @@ -3,7 +3,6 @@ "transform-destructuring", "transform-parameters", "transform-spread", - "syntax-object-rest-spread", "transform-react-constant-elements", "syntax-jsx", "external-helpers" diff --git a/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-destructure-spread-deopt/options.json b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-destructure-spread-deopt/options.json index 1b0cc13a7a3f..01101cd37ccb 100644 --- a/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-destructure-spread-deopt/options.json +++ b/packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/parameter-destructure-spread-deopt/options.json @@ -3,7 +3,6 @@ "transform-destructuring", "transform-parameters", "transform-spread", - "syntax-object-rest-spread", "transform-react-constant-elements", "syntax-jsx", "external-helpers" diff --git a/packages/babel-preset-env/test/fixtures/corejs3/usage-dynamic-import-chrome-71/options.json b/packages/babel-preset-env/test/fixtures/corejs3/usage-dynamic-import-chrome-71/options.json index 26b5f87194db..eb821662bc64 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/usage-dynamic-import-chrome-71/options.json +++ b/packages/babel-preset-env/test/fixtures/corejs3/usage-dynamic-import-chrome-71/options.json @@ -1,5 +1,4 @@ { - "plugins": ["syntax-dynamic-import"], "presets": [ [ "../../../../lib", diff --git a/packages/babel-preset-env/test/fixtures/corejs3/usage-dynamic-import/options.json b/packages/babel-preset-env/test/fixtures/corejs3/usage-dynamic-import/options.json index 563713faab57..c7f8e1de8403 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/usage-dynamic-import/options.json +++ b/packages/babel-preset-env/test/fixtures/corejs3/usage-dynamic-import/options.json @@ -1,5 +1,4 @@ { - "plugins": ["syntax-dynamic-import"], "presets": [ [ "../../../../lib",