You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: