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
[JS API] Simplify getExpressionInfo to use expression wrappers (#7525)
This simplifies the internals greatly, and moves us towards
deprecating getExpressionInfo.
Expression(ptr) (without "new") now returns a wrapper for
the specific class, which is more useful than getExpressionInfo.
0 commit comments