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
I'd like to get at the text that is parsed for each element. I have a formatter function for format: a and format: *. I want to be able to get the text that is walked from within the function. How do I do so? I thought I could do text = walk(elem.children, builder), but it keeps coming back undefined.