|
|
месяцев назад: 10 | |
|---|---|---|
| .. | ||
| lib | месяцев назад: 10 | |
| .npmignore | месяцев назад: 10 | |
| README.md | месяцев назад: 10 | |
| package.json | месяцев назад: 10 | |
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"]
});