-
Notifications
You must be signed in to change notification settings - Fork 2
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
Broken hoisted variable #103
Comments
Thanks @ccorcos! I'll look into it this weekend. I'll have to jog my memory as to how this plugin even works tbh. Would appreciate a listing of Babel versions and any other plugins that are in play here. |
This was my config:
And everything worked when I took out your plugin. |
I get this error even without the methods option:
Looks like its pulling out that callback function without realizing that it accesses a hoisted variable right there. |
I get an error that result is not defined.
The text was updated successfully, but these errors were encountered: