Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ast): use loop instead of recursion (#5447)
Use loop instead of recursive function call. Loops are usually cheaper.
- Loading branch information