2023-12-18 13:12:25 +08:00
|
|
|
# @babel/helper-create-class-features-plugin
|
|
|
|
|
|
|
|
> Compile class public and private fields, private methods and decorators to ES6
|
|
|
|
|
2024-01-16 21:26:16 +08:00
|
|
|
See our website [@babel/helper-create-class-features-plugin](https://babeljs.io/docs/babel-helper-create-class-features-plugin) for more information.
|
2023-12-18 13:12:25 +08:00
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
Using npm:
|
|
|
|
|
|
|
|
```sh
|
2024-01-16 21:26:16 +08:00
|
|
|
npm install --save @babel/helper-create-class-features-plugin
|
2023-12-18 13:12:25 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
or using yarn:
|
|
|
|
|
|
|
|
```sh
|
2024-01-16 21:26:16 +08:00
|
|
|
yarn add @babel/helper-create-class-features-plugin
|
2023-12-18 13:12:25 +08:00
|
|
|
```
|