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
Rename resolveReflectionAttributeClassNames to resolveReflectionAttributeType and return Type directly
Instead of returning class name strings that get wrapped in GenericObjectType
by the caller, the helper method now accepts the classType parameter and
returns the final GenericObjectType or UnionType directly. This avoids the
unnecessary TypeCombinator::union call in the single-match case.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments