babel-plugin-yui

0.0.7 • Public • Published

babel-plugin-yui

travis

Support for YUI

Example

In

// input code

Out

"use strict";
 
// output code

Installation

$ npm install babel-plugin-yui

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["yui"]
}

Via CLI

$ babel --plugins yui script.js

Via Node API

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

/babel-plugin-yui/

    Package Sidebar

    Install

    npm i babel-plugin-yui

    Weekly Downloads

    4

    Version

    0.0.7

    License

    Apache-2.0

    Last publish

    Collaborators

    • jrubstein