Open
Description
We’re seeing a lot of these messages in standard-error:
Unexpected attribute syntax_type on node of type scope
These are emitted here, and stem from the fact that "syntax_type"
is not included in SCOPE_ATTRS
:
stack-graphs/tree-sitter-stack-graphs/src/lib.rs
Lines 431 to 432 in 7b15ca4
I’m not sure whether "syntax_type"
should be in SCOPE_ATTRS
, or the attribute is erroneously added to scope
nodes in TSGs — seems to me it’s the former, but I’ll leave that up to you.
Metadata
Metadata
Assignees
Labels
No labels