package ast // DepthLimit is the limit of AST depth used to prevent exhausting the stack // when traversing the tree recursively. const DepthLimit = 1024