Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(transformer):
duplicate_expression
do not produce temp var…
… for `super` (#7757) `TransformCtx::duplicate_expression` method introduced in #7754 don't create a temp var for `super`. This prepares it for use in logical assignment operator transform (#7745).
- Loading branch information