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
Simplify resolveCallUserFuncCalleeReflection to only support single-value callbacks
Instead of iterating and returning the first match (which incorrectly
handles union types like 'foo'|'bar' by only considering 'foo'),
only resolve the callee when there is exactly one constant string or
one constant array callback value.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments