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