This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

babel-plugin-property-literals

1.0.1 • Public • Published

babel-plugin-property-literals

Turn valid property key literals to plain identifiers

Installation

$ npm install babel-plugin-property-literals

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["property-literals"]
}

Via CLI

$ babel --plugins property-literals script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["property-literals"]
});

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-property-literals

Weekly Downloads

84,822

Version

1.0.1

License

MIT

Last publish

Collaborators

  • npm-support