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
- the `acyclic` var is literally only used in one place, directly below it's instantiation - so don't use a var at all instead for simplicity
- Loading branch information