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
|
||||
|
||||
Validate ES2015 constants (prevents reassignment of const variables).
|
||||
> Validate ES2015 constants (prevents reassignment of const variables).
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-async-functions
|
||||
|
||||
This plugin allows Babel to parse async functions.
|
||||
> This plugin allows Babel to parse async functions.
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-async-generators
|
||||
|
||||
Allow parsing of async generator functions.
|
||||
> Allow parsing of async generator functions.
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-class-properties
|
||||
|
||||
Allow parsing of class properties.
|
||||
> Allow parsing of class properties.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-decorators
|
||||
|
||||
Allow parsing of decorators.
|
||||
> Allow parsing of decorators.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-do-expressions
|
||||
|
||||
Allow parsing of do expressions.
|
||||
> Allow parsing of do expressions.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-dynamic-import
|
||||
|
||||
Allow parsing of `import()`.
|
||||
> Allow parsing of `import()`.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-exponentiation-operator
|
||||
|
||||
Allow parsing of the exponentiation operator.
|
||||
> Allow parsing of the exponentiation operator.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-export-extensions
|
||||
|
||||
Allow parsing of export extensions.
|
||||
> Allow parsing of export extensions.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-function-bind
|
||||
|
||||
Allow parsing of function bind.
|
||||
> Allow parsing of function bind.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-function-sent
|
||||
|
||||
Allow parsing of the `function.sent` meta property.
|
||||
> Allow parsing of the `function.sent` meta property.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-jsx
|
||||
|
||||
|
||||
> Allow parsing of JSX
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-object-rest-spread
|
||||
|
||||
Allow parsing of object rest/spread.
|
||||
> Allow parsing of object rest/spread.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-syntax-trailing-function-commas
|
||||
|
||||
Compile trailing function commas to ES5
|
||||
> Compile trailing function commas to ES5
|
||||
|
||||
|
||||
```js
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# babel-plugin-transform-async-functions
|
||||
|
||||
Compile async functions to ES5
|
||||
> Compile async functions to ES5
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user