Exponentiation Operator
Now the exponentiation operator **
has made it to the ECMAScript standard, perhaps we can add it to buble too, since it’s a fairly small transform. If I recall correctly, we need to adjust the ecmaVersion
to 7
in acorn
. Let me know what you think.