Commits
Click on a commit to change the comparison rangerefactor(transformer): exponentiation transform: no cloning (#6338)
Exponentiation Operator transform was cloning a lot of values unnecessarily. This is not great for performance and would also have produced incorrect symbol IDs, as `clone_in` loses scope/symbol information.
Instead just move parts of the original AST around, without cloning.
Also split up the transform and document it more clearly.1 year ago
by overlookmotel