node/tools/node_modules/@babel/plugin-syntax-class-properties/README.md
Antoine du Hamel 9ae59c847a
tools: upgrade to @babel/eslint-parser 7.12.1
PR-URL: https://github.com/nodejs/node/pull/36321
Fixes: https://github.com/ensure
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2020-12-07 13:55:55 -05:00

19 lines
407 B
Markdown

# @babel/plugin-syntax-class-properties
> Allow parsing of class properties
See our website [@babel/plugin-syntax-class-properties](https://babeljs.io/docs/en/next/babel-plugin-syntax-class-properties.html) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-syntax-class-properties
```
or using yarn:
```sh
yarn add @babel/plugin-syntax-class-properties --dev
```