AIREM-Richard / babel-plugn-play

Play with babel plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-plugin-play

play with babel plugin

Example

In

// input code

Out

"use strict";

// output code

Installation

$ npm install babel-plugin-play

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["play"]
}

Via CLI

$ babel --plugins play script.js

Via Node API

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

About

Play with babel plugin


Languages

Language:JavaScript 100.0%