ChimeHQ / SwiftTreeSitter

Swift API for the tree-sitter incremental parsing system
BSD 3-Clause "New" or "Revised" License
271 stars 30 forks source link

Add fieldNameForChild(at:) to Node #21

Closed intitni closed 12 months ago

intitni commented 12 months ago

Add a method to get the field name of a child node.

mattmassicotte commented 12 months ago

Thanks so much for this!

WebAssembly tests failure is, unfortunately, expected due to #8 . I really have to just disable it for now.