1.0.0 • Published 9 years ago
true-to-false-yafim v1.0.0
babel-plugin-true-to-false-yafim
home work for EPAMs fronCamp
Example
In
// input code
Out
"use strict";
// output code
Installation
$ npm install babel-plugin-true-to-false-yafim
Usage
Via .babelrc
(Recommended)
.babelrc
{
"plugins": ["true-to-false-yafim"]
}
Via CLI
$ babel --plugins true-to-false-yafim script.js
Via Node API
require("babel-core").transform("code", {
plugins: ["true-to-false-yafim"]
});
1.0.0
9 years ago