Merge pull request #2465 from jfsiii/patch-2

Move to exponentiation operator to stage 3
This commit is contained in:
Sebastian McKenzie 2015-09-30 15:58:19 +01:00
commit 369b9fdc4b

View File

@ -4,7 +4,7 @@ import build from "../../helpers/build-binary-assignment-operator-transformer";
import * as t from "../../../types";
export var metadata = {
stage: 2
stage: 3
};
var MATH_POW = t.memberExpression(t.identifier("Math"), t.identifier("pow"));