-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support babel 7 #13
Comments
Please let me know of I can help with something about that. |
@xtuc is there a nice migration guide somewhere? or could you point me to another not-so-complicated plugin that start supporting babel@7 so i can take a closer look at diff? Thanks :) |
We have http://babeljs.io/blog/2017/03/01/upgrade-to-babel-7-for-tool-authors but it's not really up-to-date. I would suggest you using https://github.com/babel/babel-upgrade. |
I've tried to upgrade the plugin to babel 7. Tests still pass. See https://github.com/mfila/babel-plugin-tailcall-optimization/tree/babel7. All it takes has been:
|
@mfila, yeah thanks that looks good! |
@mfila shieeet, nice :D Do you want to make a PR? to alternative branch like |
@krzkaczor yes... an alternative branch would be great, thanks! |
I've updated my branch to use Babel 7 beta.56 before making the PR |
@mfila thanks so much for your contribution! |
No description provided.
The text was updated successfully, but these errors were encountered: