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
I have met similar situation. I have to traverse the AST. With this requirement, to get the SymbolId of some identifiers, I need to get the atom of the Identifier, perform a query on ScopeTree to get SymbolId and thanks for I only care about the ids of root scope, so I don't need to search which scope the atom in.
This will make the linter easier to write when you need to get the binding for a given identifier reference.
This is already done for the HIR, I just need to combine the code for the AST.
The text was updated successfully, but these errors were encountered: