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
The docs seem fine to me? If you feel it can be better written, make a PR.
I can't speak for Mike, but presumably having these functions be non-recursive by default means that you could chain them inside of a single postwalk, which is more efficient than doing N postwalks, so I would keep the current design.
Also, why isn't postwalk exported?
I wouldn't mind exporting them, but... 🤷 Does anyone else have feelings either way?
rmlines
would be more useful it it worked recursively.Yes, one could use
postwalk
, but I don't think one should have to.Also, why isn't
postwalk
exported?At the very least, the documentation should manage expectations by saying that it doesn'[t work recursively and suggesting the use of
postwalk
.The text was updated successfully, but these errors were encountered: