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
chore: resolve missing inherited members in CEM class declarations (#11381)
The CEM analyzer only follows inheritedFrom one level deep, so members
inherited through 2+ levels (e.g., EmailField → TextFieldMixin →
FieldMixin → LabelMixin) are dropped from class declarations.
Add a multi-pass resolution step in packageLinkPhase that copies
missing members and attributes from mixin/superclass declarations
to class declarations until the inheritance chain is fully resolved.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments