Fix @babel/plugin-syntax-private-property-in-object README.md (#13372)
[skip ci]
This commit is contained in:
parent
acf2a10899
commit
9332579fc0
@ -1,19 +1,19 @@
|
||||
# @babel/plugin-syntax-class-static-block
|
||||
# @babel/plugin-syntax-private-property-in-object
|
||||
|
||||
> Allow parsing of class static blocks
|
||||
> Allow parsing of '#foo in obj' brand checks
|
||||
|
||||
See our website [@babel/plugin-syntax-class-static-block](https://babeljs.io/docs/en/babel-plugin-syntax-class-static-block) for more information.
|
||||
See our website [@babel/plugin-syntax-private-property-in-object](https://babeljs.io/docs/en/babel-plugin-syntax-private-property-in-object) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
Using npm:
|
||||
|
||||
```sh
|
||||
npm install --save-dev @babel/plugin-syntax-class-static-block
|
||||
npm install --save-dev @babel/plugin-syntax-private-property-in-object
|
||||
```
|
||||
|
||||
or using yarn:
|
||||
|
||||
```sh
|
||||
yarn add @babel/plugin-syntax-class-static-block --dev
|
||||
yarn add @babel/plugin-syntax-private-property-in-object --dev
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user