Merge pull request #2465 from jfsiii/patch-2
Move to exponentiation operator to stage 3
This commit is contained in:
commit
369b9fdc4b
@ -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"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user