Files
flutter-go/web-server/node_modules/babel-plugin-syntax-exponentiation-operator
sanfan.hx ec46955a9e temp
2019-05-28 10:32:16 +08:00
..
2019-05-28 10:32:16 +08:00
2019-05-28 10:32:16 +08:00
2019-05-28 10:32:16 +08:00
2019-05-28 10:32:16 +08:00

babel-plugin-syntax-exponentiation-operator

Allow parsing of the exponentiation operator.

Installation

$ npm install babel-plugin-syntax-exponentiation-operator

Usage

.babelrc

{
  "plugins": ["syntax-exponentiation-operator"]
}

Via CLI

$ babel --plugins syntax-exponentiation-operator script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["syntax-exponentiation-operator"]
});