Bump to exponentiation operator to stage 3

https://github.com/tc39/ecma262#current-proposals
This commit is contained in:
John Schulz 2015-09-30 07:53:16 -07:00
parent 8ab4a5df43
commit afc687dc5d

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"));