vlad 6f123ff03e 18.07 | il y a 6 ans | |
---|---|---|
.. | ||
lib | il y a 6 ans | |
.npmignore | il y a 6 ans | |
README.md | il y a 6 ans | |
package.json | il y a 6 ans |
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"]
});