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
Most subclasses of Expression should take a namespace map instead of a single scope. Additionally, Expressions typically need to know the "current namespace" or "default namespace" in order to look for local bindings, etc.
The text was updated successfully, but these errors were encountered:
Most subclasses of
Expression
should take a namespace map instead of a single scope. Additionally,Expression
s typically need to know the "current namespace" or "default namespace" in order to look for local bindings, etc.The text was updated successfully, but these errors were encountered: