Urara-Blog/node_modules/.pnpm-store/v3/files/a6/59c6392ca5dd1061732714f27dca40d079697915ae6bc3345be354a2a619da8307667a23c26edc3ff882bfcdbb9df38936ae05604327ee8023b27979f8acdc
2022-08-14 01:14:53 +08:00

19 lines
410 B
Text

# @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/babel-plugin-syntax-class-static-block) 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
```