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
mixin_declaration was restructured - no longer wraps class_declaration as an opaque child. Now has its own name, body, and modifier fields, enabling direct queries like (mixin_declaration name: (identifier) @name)
typedef_declaration expanded - base_type now accepts both primitive_type and identifier, supporting user-defined type aliases like typedef MyClass AliasName;