1.0.2 • Published 8 years ago

babel-plugin-transform-es3-memeber-and-property-regenerator v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

babel-plugin-transform-es3-member-expression-literals

Ensure that reserved words are quoted at last.

This is a temporary repository which will make reserved words quoted. And It will be deprecated once official plugins fix this issue.

Installation

$ npm install --save babel-plugin-transform-es3-memeber-and-property-regenerator

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["transform-es3-memeber-and-property-regenerator"]
}