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
Rather than determining locals by walking up the tree from a particular loc like we do right now, it might make more sense to populate :locals on each parse tree node, starting at the top of the tree with an empty set and introducing new locals as binding nodes are encountered.
Like the annotation of :head? nodes, this task would probably be performed during the render phase.
The text was updated successfully, but these errors were encountered:
Rather than determining locals by walking up the tree from a particular loc like we do right now, it might make more sense to populate
:locals
on each parse tree node, starting at the top of the tree with an empty set and introducing new locals as binding nodes are encountered.Like the annotation of
:head?
nodes, this task would probably be performed during the render phase.The text was updated successfully, but these errors were encountered: