|
|
пре 2 година | |
|---|---|---|
| .. | ||
| lib | пре 2 година | |
| .npmignore | пре 2 година | |
| README.md | пре 2 година | |
| package.json | пре 2 година | |
$ 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"]
});