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"]
});

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i babel-plugin-property-literals

    Weekly Downloads

    68,474

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • npm-support