show less packages [skip ci] (#4801)
This commit is contained in:
parent
b6647dd9f5
commit
a21100f6b3
42
README.md
42
README.md
@ -107,6 +107,7 @@ There are a few presets that we maintain officially.
|
||||
| [`babel-preset-es2015`](/packages/babel-preset-es2015) | [](https://www.npmjs.com/package/babel-preset-es2015) | [](https://david-dm.org/babel/babel?path=packages/babel-preset-es2015) |
|
||||
| [`babel-preset-es2016`](/packages/babel-preset-es2016) | [](https://www.npmjs.com/package/babel-preset-es2016) | [](https://david-dm.org/babel/babel?path=packages/babel-preset-es2016) |
|
||||
| [`babel-preset-es2017`](/packages/babel-preset-es2017) | [](https://www.npmjs.com/package/babel-preset-es2017) | [](https://david-dm.org/babel/babel?path=packages/babel-preset-es2017) |
|
||||
| [`babel-preset-latest`](/packages/babel-preset-latest) | [](https://www.npmjs.com/package/babel-preset-latest) | [](https://david-dm.org/babel/babel?path=packages/babel-preset-latest) |
|
||||
| [`babel-preset-stage-0`](/packages/babel-preset-stage-0) | [](https://www.npmjs.com/package/babel-preset-stage-0) | [](https://david-dm.org/babel/babel?path=packages/babel-preset-stage-0) |
|
||||
| [`babel-preset-stage-1`](/packages/babel-preset-stage-1) | [](https://www.npmjs.com/package/babel-preset-stage-1) | [](https://david-dm.org/babel/babel?path=packages/babel-preset-stage-1) |
|
||||
| [`babel-preset-stage-2`](/packages/babel-preset-stage-2) | [](https://www.npmjs.com/package/babel-preset-stage-2) | [](https://david-dm.org/babel/babel?path=packages/babel-preset-stage-2) |
|
||||
@ -191,48 +192,11 @@ There are many kinds of plugins: ones that convert ES6/ES2015 to ES5, transform
|
||||
|
||||
#### Syntax Plugins
|
||||
|
||||
These just enable the transform plugins to be able to parse certain features (the transform plugins already include the syntax plugins so you don't need both).
|
||||
|
||||
| Package | Version |
|
||||
|--------|-------|
|
||||
| [`babel-plugin-syntax-async-functions`](/packages/babel-plugin-syntax-async-functions) | [](https://www.npmjs.com/package/babel-plugin-syntax-async-functions) |
|
||||
| [`babel-plugin-syntax-async-generators`](/packages/babel-plugin-syntax-async-generators) | [](https://www.npmjs.com/package/babel-plugin-syntax-async-generators) |
|
||||
| [`babel-plugin-syntax-class-properties`](/packages/babel-plugin-syntax-class-properties) | [](https://www.npmjs.com/package/babel-plugin-syntax-class-properties) |
|
||||
| [`babel-plugin-syntax-decorators`](/packages/babel-plugin-syntax-decorators) | [](https://www.npmjs.com/package/babel-plugin-syntax-decorators) |
|
||||
| [`babel-plugin-syntax-do-expressions`](/packages/babel-plugin-syntax-do-expressions) | [](https://www.npmjs.com/package/babel-plugin-syntax-do-expressions) |
|
||||
| [`babel-plugin-syntax-exponentiation-operator`](/packages/babel-plugin-syntax-exponentiation-operator) | [](https://www.npmjs.com/package/babel-plugin-syntax-exponentiation-operator) |
|
||||
| [`babel-plugin-syntax-export-extensions`](/packages/babel-plugin-syntax-export-extensions) | [](https://www.npmjs.com/package/babel-plugin-syntax-export-extensions) |
|
||||
| [`babel-plugin-syntax-flow`](/packages/babel-plugin-syntax-flow) | [](https://www.npmjs.com/package/babel-plugin-syntax-flow) |
|
||||
| [`babel-plugin-syntax-function-bind`](/packages/babel-plugin-syntax-function-bind) | [](https://www.npmjs.com/package/babel-plugin-syntax-function-bind) |
|
||||
| [`babel-plugin-syntax-function-sent`](/packages/babel-plugin-syntax-function-sent) | [](https://www.npmjs.com/package/babel-plugin-syntax-function-sent) |
|
||||
| [`babel-plugin-syntax-dynamic-import`](/packages/babel-plugin-syntax-dynamic-import) | [](https://www.npmjs.com/package/babel-plugin-syntax-dynamic-import) |
|
||||
| [`babel-plugin-syntax-jsx`](/packages/babel-plugin-syntax-jsx) | [](https://www.npmjs.com/package/babel-plugin-syntax-jsx) |
|
||||
| [`babel-plugin-syntax-object-rest-spread`](/packages/babel-plugin-syntax-object-rest-spread) | [](https://www.npmjs.com/package/babel-plugin-syntax-object-rest-spread) |
|
||||
These just enable the transform plugins to be able to parse certain features (the transform plugins already include the syntax plugins so you don't need both): `babel-plugin-syntax-x`.
|
||||
|
||||
### Helpers
|
||||
|
||||
These are mostly for internal use in plugins.
|
||||
|
||||
| Package | Version | External Deps |
|
||||
|--------|-------|------------|
|
||||
| [`babel-helper-bindify-decorators`](/packages/babel-helper-bindify-decorators) | [](https://www.npmjs.com/package/babel-helper-bindify-decorators) | |
|
||||
| [`babel-helper-builder-binary-assignment-operator-visitor`](/packages/babel-helper-builder-binary-assignment-operator-visitor) | [](https://www.npmjs.com/package/babel-helper-builder-binary-assignment-operator-visitor) | |
|
||||
| [`babel-helper-builder-conditional-assignment-operator-visitor`](/packages/babel-helper-builder-conditional-assignment-operator-visitor) | [](https://www.npmjs.com/package/babel-helper-builder-conditional-assignment-operator-visitor) | |
|
||||
| [`babel-helper-builder-react-jsx`](/packages/babel-helper-builder-react-jsx) | [](https://www.npmjs.com/package/babel-helper-builder-react-jsx) | [](https://david-dm.org/babel/babel?path=packages/babel-helper-builder-react-jsx) |
|
||||
| [`babel-helper-call-delegate`](/packages/babel-helper-call-delegate) | [](https://www.npmjs.com/package/babel-helper-call-delegate) | |
|
||||
| [`babel-helper-define-map`](/packages/babel-helper-define-map) | [](https://www.npmjs.com/package/babel-helper-define-map) | [](https://david-dm.org/babel/babel?path=packages/babel-helper-define-map) |
|
||||
| [`babel-helper-explode-assignable-expression`](/packages/babel-helper-explode-assignable-expression) | [](https://www.npmjs.com/package/babel-helper-explode-assignable-expression) | |
|
||||
| [`babel-helper-explode-class`](/packages/babel-helper-explode-class) | [](https://www.npmjs.com/package/babel-helper-explode-class) | |
|
||||
| [`babel-helper-fixtures`](/packages/babel-helper-fixtures) | [](https://www.npmjs.com/package/babel-helper-fixtures) | [](https://david-dm.org/babel/babel?path=packages/babel-helper-fixtures) |
|
||||
| [`babel-helper-function-name`](/packages/babel-helper-function-name) | [](https://www.npmjs.com/package/babel-helper-function-name) | |
|
||||
| [`babel-helper-get-function-arity`](/packages/babel-helper-get-function-arity) | [](https://www.npmjs.com/package/babel-helper-get-function-arity) | |
|
||||
| [`babel-helper-hoist-variables`](/packages/babel-helper-hoist-variables) | [](https://www.npmjs.com/package/babel-helper-hoist-variables) | |
|
||||
| [`babel-helper-optimise-call-expression`](/packages/babel-helper-optimise-call-expression) | [](https://www.npmjs.com/package/babel-helper-optimise-call-expression) | |
|
||||
| [`babel-helper-plugin-test-runner`](/packages/babel-helper-plugin-test-runner) | [](https://www.npmjs.com/package/babel-helper-plugin-test-runner) | |
|
||||
| [`babel-helper-regex`](/packages/babel-helper-regex) | [](https://www.npmjs.com/package/babel-helper-regex) | [](https://david-dm.org/babel/babel?path=packages/babel-helper-regex) |
|
||||
| [`babel-helper-remap-async-to-generator`](/packages/babel-helper-remap-async-to-generator) | [](https://www.npmjs.com/package/babel-helper-remap-async-to-generator) | |
|
||||
| [`babel-helper-replace-supers`](/packages/babel-helper-replace-supers) | [](https://www.npmjs.com/package/babel-helper-replace-supers) | |
|
||||
| [`babel-helper-transform-fixture-test-runner`](/packages/babel-helper-transform-fixture-test-runner) | [](https://www.npmjs.com/package/babel-helper-transform-fixture-test-runner) | [](https://david-dm.org/babel/babel?path=packages/babel-helper-transform-fixture-test-runner) |
|
||||
These are mostly for internal use in various plugins: `babel-helper-x`.
|
||||
|
||||
### Misc
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user