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
...but only foo and obj are binding references. I have a package for this — is-reference — but it would be awesome if there was a way to do this within estree-toolkit. Thank you!
The text was updated successfully, but these errors were encountered:
Wonderful, thanks! That works for us — I'll leave this issue open in case you intend to expose a utility like that, but otherwise please consider this resolved
When traversing an AST, is there an easy way to know if an
Identifier
node references a binding or not? In other words, this code......will log this...
...but only
foo
andobj
are binding references. I have a package for this — is-reference — but it would be awesome if there was a way to do this withinestree-toolkit
. Thank you!The text was updated successfully, but these errors were encountered: