Hey,
Great work on this tool! I wanted to give it a try (deepEqual especially), but with our deeply nested schema it resulted in stack overflow. Error description below:
Calling a deepEqual on a large, mutually recursive object schemas results in RangeError: Maximum call stack size exceeded.
Seems like the walker expands every z.lazy reference and re-enters previously seen schema nodes without effective cycle termination, causing recursion.