|
||||
---|---|---|---|---|
.. | ||||
lib | 11e3a9652a | %!s(int64=7) %!d(string=hace) años | ||
.npmignore | 11e3a9652a | %!s(int64=7) %!d(string=hace) años | ||
README.md | 11e3a9652a | %!s(int64=7) %!d(string=hace) años | ||
package.json | 11e3a9652a | %!s(int64=7) %!d(string=hace) años |
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"]
});