|
před 2 roky | |
---|---|---|
.. | ||
lib | před 2 roky | |
.npmignore | před 2 roky | |
README.md | před 2 roky | |
package.json | před 2 roky |
Allow parsing of function bind.
$ npm install babel-plugin-syntax-function-bind
.babelrc
(Recommended).babelrc
{
"plugins": ["syntax-function-bind"]
}
$ babel --plugins syntax-function-bind script.js
require("babel-core").transform("code", {
plugins: ["syntax-function-bind"]
});