Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 407 Bytes

File metadata and controls

19 lines (12 loc) · 407 Bytes

@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