babel/packages/babel-helper-create-class-features-plugin
Nicolò Ribaudo d1d3c823cc
Move decorators transform to @babel/helper-create-class-features-plugin (#9059)
* Move decorators to @babel/plugin-class-features

* Minor refactoring

* Use the new helper package
2018-12-09 12:30:25 +01:00
..
2018-12-04 16:21:47 +01:00

@babel/plugin-class-features

Compile class public and private fields, private methods and decorators to ES6

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

Install

Using npm:

npm install --save-dev @babel/plugin-class-features

or using yarn:

yarn add @babel/plugin-class-features --dev