node/tools/node_modules/@babel/plugin-syntax-class-properties
Rich Trott ab45ace9bd
tools: update babel-eslint-parser to 7.14.5
PR-URL: https://github.com/nodejs/node/pull/39094
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2021-07-20 07:11:40 -04:00
..
lib
node_modules/@babel/helper-plugin-utils tools: update babel-eslint-parser to 7.14.5 2021-07-20 07:11:40 -04:00
LICENSE
package.json tools: update babel-eslint-parser to 7.14.5 2021-07-20 07:11:40 -04:00
README.md tools: update babel-eslint-parser to 7.14.5 2021-07-20 07:11:40 -04:00

@babel/plugin-syntax-class-properties

Allow parsing of class properties

See our website @babel/plugin-syntax-class-properties for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-syntax-class-properties

or using yarn:

yarn add @babel/plugin-syntax-class-properties --dev