babel-plugin-yui
Support for YUI
Example
In
// input code
Out
"use strict"; // output code
Installation
$ npm install babel-plugin-yui
Usage
.babelrc
(Recommended)
Via .babelrc
Via CLI
$ babel --plugins yui script.js
Via Node API
;