Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cache): tiny simplification to
walkTree
(#359)
- the `acyclic` var is literally only used in one place, directly below its instantiation - so don't use a var at all instead for simplicity
- Loading branch information