Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(transformer):
VarDeclarations
common transform: check if a…
…t top level with `ctx.parent()` (#6231) Micro-optimization. The stack of ancestors is now a `NonEmptyStack`, so `ctx.parent()` is now cheaper than `ctx.ancestors_depth()`.
- Loading branch information