GT2/GT2-Android/node_modules/babel-plugin-syntax-class-p...
Ren Ren Juan c5fd23b54f Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
..
lib Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
.npmignore Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
README.md Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00
package.json Get new tree with state verified with current React Native on both platforms 2018-02-12 17:11:06 +00:00

README.md

babel-plugin-syntax-class-properties

Allow parsing of class properties.

Installation

$ npm install babel-plugin-syntax-class-properties

Usage

.babelrc

{
  "plugins": ["syntax-class-properties"]
}

Via CLI

$ babel --plugins syntax-class-properties script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["syntax-class-properties"]
});