This package has been deprecated

Author message:

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

babel-plugin-jscript

1.0.4 • Public • Published

babel-plugin-jscript

Babel plugin to fix buggy JScript named function expressions

Installation

$ npm install babel-plugin-jscript

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["jscript"]
}

Via CLI

$ babel --plugins jscript script.js

Via Node API

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

/babel-plugin-jscript/

    Package Sidebar

    Install

    npm i babel-plugin-jscript

    Weekly Downloads

    84,420

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • npm-support