-
-
Couldn't load subscription status.
- Fork 81
Open
Description
rmlines would be more useful it it worked recursively.
rmlines(Meta.parse("""
begin
begin
begin
end
end
end"""))
quote
begin
#= none:3 =#
begin
#= none:4 =#
end
end
end
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.
Metadata
Metadata
Assignees
Labels
No labels