You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JuliaSyntax method range(::SyntaxNode) provides very useful functionality, but I personally don't think it is semantically aligned with the generic Base.range function enough to be a method of that function. Opening this issue to solicit other folks' opinions.
I would prefer a parent_indices or indices function.
The text was updated successfully, but these errors were encountered:
The JuliaSyntax method
range(::SyntaxNode)
provides very useful functionality, but I personally don't think it is semantically aligned with the genericBase.range
function enough to be a method of that function. Opening this issue to solicit other folks' opinions.I would prefer a
parent_indices
orindices
function.The text was updated successfully, but these errors were encountered: