Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(transformer): exponentiation transform: do not assume
Math
is n…
…ot a local var (#6302) `Math` is hopefully a global var (and transform will be incorrect if it isn't), but make sure scope tree is correct either way.
- Loading branch information