JSPM

  • Created
  • Published
  • Downloads 21460716
  • Score
    100M100P100Q250058F
  • License MIT

This plugin transforms static class properties as well as properties declared with the property initializer syntax

Package Exports

  • @babel/plugin-transform-class-properties
  • @babel/plugin-transform-class-properties/package.json

Readme

@babel/plugin-transform-class-properties

This plugin transforms static class properties as well as properties declared with the property initializer syntax

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

Install

Using npm:

npm install --save-dev @babel/plugin-transform-class-properties

or using yarn:

yarn add @babel/plugin-transform-class-properties --dev