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
Use the enter() and exit() functions provided by the Babel API to implement a stateless post-order traversal of the AST that keeps track of each intermediate result as an attribute in that subtree, as in this example.
The text was updated successfully, but these errors were encountered:
lapets
changed the title
Implement performance estimation routes as post-order traversals.
Implement performance estimation routines as post-order traversals.
Feb 18, 2018
Use the
enter()
andexit()
functions provided by the Babel API to implement a stateless post-order traversal of the AST that keeps track of each intermediate result as an attribute in that subtree, as in this example.The text was updated successfully, but these errors were encountered: