mirror of https://github.com/nodejs/node.git
05dfc25d81
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> |
||
---|---|---|
.. | ||
lib | ||
node_modules/@babel/helper-plugin-utils | ||
LICENSE | ||
README.md | ||
package.json |
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