baichun fb412dddfc 堡垒之夜-工具页 | 6 سال پیش | |
---|---|---|
.. | ||
lib | 6 سال پیش | |
.npmignore | 6 سال پیش | |
README.md | 6 سال پیش | |
package.json | 6 سال پیش |
Allow parsing of the exponentiation operator.
$ npm install babel-plugin-syntax-exponentiation-operator
.babelrc
(Recommended).babelrc
{
"plugins": ["syntax-exponentiation-operator"]
}
$ babel --plugins syntax-exponentiation-operator script.js
require("babel-core").transform("code", {
plugins: ["syntax-exponentiation-operator"]
});