Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive plugins #12117

Merged
merged 10 commits into from Oct 9, 2020
7 changes: 0 additions & 7 deletions eslint/babel-eslint-shared-fixtures/config/babel.config.js
Expand Up @@ -7,17 +7,10 @@ module.exports = {
"@babel/preset-react",
],
plugins: [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-syntax-export-default-from",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-syntax-numeric-separator",
"@babel/plugin-syntax-export-namespace-from",
["@babel/plugin-proposal-decorators", { decoratorsBeforeExport: false }],
["@babel/plugin-proposal-pipeline-operator", { proposal: "minimal" }],
"@babel/plugin-syntax-bigint",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are removed because one of the following applies:

  • It is enabled by default in latest @babel/parser
  • It is included in @babel/preset-env

"@babel/plugin-proposal-private-methods",
"@babel/plugin-proposal-do-expressions",
],
Expand Down
7 changes: 0 additions & 7 deletions eslint/babel-eslint-shared-fixtures/package.json
Expand Up @@ -9,16 +9,9 @@
"@babel/plugin-proposal-class-properties": "workspace:^7.10.4",
"@babel/plugin-proposal-decorators": "workspace:^7.10.4",
"@babel/plugin-proposal-do-expressions": "workspace:^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.10.4",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.11.0",
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.10.4",
"@babel/plugin-proposal-private-methods": "workspace:^7.10.4",
"@babel/plugin-syntax-bigint": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-export-default-from": "workspace:^7.10.4",
"@babel/plugin-syntax-export-namespace-from": "^7.0.0",
"@babel/plugin-syntax-import-meta": "workspace:^7.10.4",
"@babel/plugin-syntax-numeric-separator": "workspace:^7.10.4",
"@babel/preset-env": "workspace:^7.11.0",
"@babel/preset-flow": "workspace:^7.10.4",
"@babel/preset-react": "workspace:^7.10.4"
Expand Down
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-logical-assignment-operators": "workspace:^7.10.4"
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-numeric-separator": "workspace:^7.10.4"
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
3 changes: 0 additions & 3 deletions packages/babel-plugin-syntax-import-meta/.npmignore

This file was deleted.

19 changes: 0 additions & 19 deletions packages/babel-plugin-syntax-import-meta/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions packages/babel-plugin-syntax-import-meta/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions packages/babel-plugin-syntax-import-meta/src/index.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions packages/babel-plugin-syntax-numeric-separator/.npmignore

This file was deleted.

19 changes: 0 additions & 19 deletions packages/babel-plugin-syntax-numeric-separator/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions packages/babel-plugin-syntax-numeric-separator/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions packages/babel-plugin-syntax-numeric-separator/src/index.js

This file was deleted.

4 changes: 2 additions & 2 deletions packages/babel-preset-env/package.json
Expand Up @@ -38,9 +38,9 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
"@babel/plugin-syntax-json-strings": "^7.8.0",
"@babel/plugin-syntax-logical-assignment-operators": "workspace:^7.10.4",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
"@babel/plugin-syntax-numeric-separator": "workspace:^7.10.4",
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
"@babel/plugin-syntax-optional-chaining": "^7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
Expand Up @@ -41,7 +41,7 @@
"@babel/plugin-syntax-flow": "workspace:^7.10.4",
"@babel/plugin-syntax-function-bind": "workspace:^7.10.4",
"@babel/plugin-syntax-function-sent": "workspace:^7.10.4",
"@babel/plugin-syntax-import-meta": "workspace:^7.10.4",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.10.4",
"@babel/plugin-syntax-module-attributes": "workspace:^7.10.4",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
Expand Down