Make all packages/*/README.md descriptions consistent.
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
parent
d34d2b1305
commit
3a6fdca069
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-check-es2015-constants
|
# babel-plugin-check-es2015-constants
|
||||||
|
|
||||||
Validate ES2015 constants (prevents reassignment of const variables).
|
> Validate ES2015 constants (prevents reassignment of const variables).
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-async-functions
|
# babel-plugin-syntax-async-functions
|
||||||
|
|
||||||
This plugin allows Babel to parse async functions.
|
> This plugin allows Babel to parse async functions.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-async-generators
|
# babel-plugin-syntax-async-generators
|
||||||
|
|
||||||
Allow parsing of async generator functions.
|
> Allow parsing of async generator functions.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-class-properties
|
# babel-plugin-syntax-class-properties
|
||||||
|
|
||||||
Allow parsing of class properties.
|
> Allow parsing of class properties.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-decorators
|
# babel-plugin-syntax-decorators
|
||||||
|
|
||||||
Allow parsing of decorators.
|
> Allow parsing of decorators.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-do-expressions
|
# babel-plugin-syntax-do-expressions
|
||||||
|
|
||||||
Allow parsing of do expressions.
|
> Allow parsing of do expressions.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-dynamic-import
|
# babel-plugin-syntax-dynamic-import
|
||||||
|
|
||||||
Allow parsing of `import()`.
|
> Allow parsing of `import()`.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-exponentiation-operator
|
# babel-plugin-syntax-exponentiation-operator
|
||||||
|
|
||||||
Allow parsing of the exponentiation operator.
|
> Allow parsing of the exponentiation operator.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-export-extensions
|
# babel-plugin-syntax-export-extensions
|
||||||
|
|
||||||
Allow parsing of export extensions.
|
> Allow parsing of export extensions.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-function-bind
|
# babel-plugin-syntax-function-bind
|
||||||
|
|
||||||
Allow parsing of function bind.
|
> Allow parsing of function bind.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-function-sent
|
# babel-plugin-syntax-function-sent
|
||||||
|
|
||||||
Allow parsing of the `function.sent` meta property.
|
> Allow parsing of the `function.sent` meta property.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-jsx
|
# babel-plugin-syntax-jsx
|
||||||
|
|
||||||
|
> Allow parsing of JSX
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-object-rest-spread
|
# babel-plugin-syntax-object-rest-spread
|
||||||
|
|
||||||
Allow parsing of object rest/spread.
|
> Allow parsing of object rest/spread.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-syntax-trailing-function-commas
|
# babel-plugin-syntax-trailing-function-commas
|
||||||
|
|
||||||
Compile trailing function commas to ES5
|
> Compile trailing function commas to ES5
|
||||||
|
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# babel-plugin-transform-async-functions
|
# babel-plugin-transform-async-functions
|
||||||
|
|
||||||
Compile async functions to ES5
|
> Compile async functions to ES5
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user