vlad 6f123ff03e 18.07 | před 6 roky | |
---|---|---|
.. | ||
lib | před 6 roky | |
.npmignore | před 6 roky | |
README.md | před 6 roky | |
package.json | před 6 roky |
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"]
});