Binding search in transformer? #2017
Unanswered
shrinktofit
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Do you want to find all used identifiers? If so, you can use |
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to swc. I'm attempting to implement SystemJS transformer.
How to do binding search in tranformer code like babel's scope? For example search all bindings to an indent to find out it's declaration AST.
I've looked into
Scope
inecmascript\transforms\module\src\util.rs
', but it seems not what I need.Beta Was this translation helpful? Give feedback.
All reactions