Parse class static block (#12079)
Co-authored-by: Brian Ng <bng412@gmail.com>
This commit is contained in:
committed by
Nicolò Ribaudo
parent
6830c90ac9
commit
3ccca88178
19
packages/babel-plugin-syntax-class-static-block/README.md
Normal file
19
packages/babel-plugin-syntax-class-static-block/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# @babel/plugin-syntax-class-static-block
|
||||
|
||||
> Allow parsing of class static blocks
|
||||
|
||||
See our website [@babel/plugin-syntax-class-static-block](https://babeljs.io/docs/en/next/babel-plugin-syntax-class-static-block.html) for more information.
|
||||
|
||||
## Install
|
||||
|
||||
Using npm:
|
||||
|
||||
```sh
|
||||
npm install --save-dev @babel/plugin-syntax-class-static-block
|
||||
```
|
||||
|
||||
or using yarn:
|
||||
|
||||
```sh
|
||||
yarn add @babel/plugin-syntax-class-static-block --dev
|
||||
```
|
||||
Reference in New Issue
Block a user