Scope analysis
#10432
Replies: 1 comment 1 reply
-
Can you send a PR to add them? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi I'am new to SWC and I'm trying to understand if there exist some kind of scope analysis inside SWC that I could use for my transformation passes. I found the
swc_ecma_usage_analyzer
crate which seems from a comment in the code it does not handle assignments inside parameters. (How can this be safe then?)Is there anything else I could use for scope analysis?
Beta Was this translation helpful? Give feedback.
All reactions