Closed GoodForOneFare closed 2 years ago
Changing a condition to test the return value of node.isNamed(), rather than the presence of an isNamed property.
node.isNamed()
isNamed
Before making this change, I verified that web-tree-sitter's type defs and tree-sitter's implementation agree that isNamed is a function.
This PR has not had activity for 30 days. It will be automatically closed in 30 days.
Changing a condition to test the return value of
node.isNamed()
, rather than the presence of anisNamed
property.Before making this change, I verified that web-tree-sitter's type defs and tree-sitter's implementation agree that
isNamed
is a function.