tree-sitter-typescript icon indicating copy to clipboard operation
tree-sitter-typescript copied to clipboard

fix: move method decorators into method_decorator field

Open mclaughlinconnor opened this issue 1 year ago • 0 comments

Closes #309

  • Moves the (decorator) to a field on (method_definition) to match similar structures on (class_declaration), (_parameter_name), (public_field_definition)
  • Updates tests to reflect this change

mclaughlinconnor avatar Aug 25 '24 11:08 mclaughlinconnor