node/tools/node_modules/@babel/plugin-syntax-class-properties
Rich Trott 05dfc25d81 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-06-21 14:03:30 -07:00
..
lib
node_modules/@babel/helper-plugin-utils tools: update babel-eslint-parser to 7.14.5 2021-06-21 14:03:30 -07:00
LICENSE
README.md tools: update babel-eslint-parser to 7.14.5 2021-06-21 14:03:30 -07:00
package.json tools: update babel-eslint-parser to 7.14.5 2021-06-21 14:03:30 -07:00

README.md

@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