Skip to content

0.2.0

Latest

Choose a tag to compare

@Relrin Relrin released this 17 Mar 18:51

What's Changed

  • Support for declaration_modifier named node
  • 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;