-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow prior babel plugins to traverse JSX tree thoroughly #87
Conversation
@sodatea Any thoughts? |
@Nandiin, nice PR, good idea, but with this PR it makes sense to change all sugar plugins to work without pre-traversing the Program, do you want to include that? |
I'm happy to do that~ I'll make a PR later, after work, today. Sorry for the late reply. |
/ping @nickmessing |
This change breaks |
So that it can get the correct `this` scope. Partially reverts #87. Fixes #165 (comment)
So that it can get the correct `this` scope. Partially reverts #87. Fixes #165 (comment)
The change in |
close #86