|
|
||||
|---|---|---|---|---|
| .. | ||||
| lib | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
| .npmignore | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
| README.md | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
| package.json | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
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"]
});