babel/packages/babel-helper-create-class-features-plugin
Chris Hewell Garrett 3f7644823d Adds the 2021-12 transform for decorators
Implements the 2021-12 transform for the decorators proposal, with
support for the `accessor` keyword.
2022-01-16 14:15:08 +01:00
..
2021-12-31 00:13:43 +00:00
2021-11-29 10:03:23 -05:00

@babel/helper-create-class-features-plugin

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

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

Install

Using npm:

npm install --save @babel/helper-create-class-features-plugin

or using yarn:

yarn add @babel/helper-create-class-features-plugin