lacks the ability to pass depth when props is to false.
Could you please modify the parameters of tsc-traverse-mapc so that an optional DEPTH parameter is passed to the FUNC when PROPS is set to nil in the call to tsc-traverse-mapc?
I need both the node and depth to enhance tree-sitter-debug output.
Afaict
lacks the ability to pass depth when props is to false.
Could you please modify the parameters of
tsc-traverse-mapc
so that an optionalDEPTH
parameter is passed to the FUNC when PROPS is set to nil in the call totsc-traverse-mapc
?I need both the node and depth to enhance
tree-sitter-debug
output.