flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
27
VISUALIZACION/node_modules/babel-plugin-transform-exponentiation-operator/lib/index.js
generated
vendored
Executable file
27
VISUALIZACION/node_modules/babel-plugin-transform-exponentiation-operator/lib/index.js
generated
vendored
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
|
||||
exports.default = function (_ref) {
|
||||
var t = _ref.types;
|
||||
|
||||
return {
|
||||
inherits: require("babel-plugin-syntax-exponentiation-operator"),
|
||||
|
||||
visitor: (0, _babelHelperBuilderBinaryAssignmentOperatorVisitor2.default)({
|
||||
operator: "**",
|
||||
|
||||
build: function build(left, right) {
|
||||
return t.callExpression(t.memberExpression(t.identifier("Math"), t.identifier("pow")), [left, right]);
|
||||
}
|
||||
})
|
||||
};
|
||||
};
|
||||
|
||||
var _babelHelperBuilderBinaryAssignmentOperatorVisitor = require("babel-helper-builder-binary-assignment-operator-visitor");
|
||||
|
||||
var _babelHelperBuilderBinaryAssignmentOperatorVisitor2 = _interopRequireDefault(_babelHelperBuilderBinaryAssignmentOperatorVisitor);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
module.exports = exports["default"];
|
||||
Loading…
Add table
Add a link
Reference in a new issue