1.0.2 • Published 10 years ago
babel-plugin-transform-es3-memeber-and-property-regenerator v1.0.2
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-regeneratorUsage
Via .babelrc (Recommended)
.babelrc
{
  "plugins": ["transform-es3-memeber-and-property-regenerator"]
}