babel/packages/babel-plugin-proposal-class-properties
Nicolò Ribaudo 387cda8fbb isConstantExpression should return true for immuable bindings (#8122)
* isConstantExpression should return true for immuable bindings

* New test

* Don't return undefined
2018-06-12 13:40:52 -04:00
..
2018-05-25 09:00:02 -07:00
2018-06-04 10:32:39 -04:00

@babel/plugin-proposal-class-properties

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

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

Install

Using npm:

npm install --save @babel/plugin-proposal-class-properties

or using yarn:

yarn add --save @babel/plugin-proposal-class-properties