vlad 6f123ff03e 18.07 | пре 6 година | |
---|---|---|
.. | ||
lib | пре 6 година | |
.npmignore | пре 6 година | |
README.md | пре 6 година | |
package.json | пре 6 година |
$ npm install babel-plugin-syntax-flow
.babelrc
(Recommended).babelrc
{
"plugins": ["syntax-flow"]
}
$ babel --plugins syntax-flow script.js
require("babel-core").transform("code", {
plugins: ["syntax-flow"]
});