AlexGilleran / jsx-control-statements

Neater If and For for React JSX
https://www.npmjs.com/package/babel-plugin-jsx-control-statements
MIT License
1.62k stars 64 forks source link

Update to Babel 7 #80

Closed spoldman closed 6 years ago

spoldman commented 6 years ago

Now that Babel 7 is out I want to get rid of all references to Babel 6. This plugin is the only one that relies on that dependency in my current project. Happy to try to do a PR (not knowing how much work it would take)

AlexGilleran commented 6 years ago

Sounds reasonable to me, as long as we do a major version change for jsx-control-statements 👍

spoldman commented 6 years ago

I created a PR. https://github.com/AlexGilleran/jsx-control-statements/pull/81

AlexGilleran commented 6 years ago

Awesome! Will get to it soon :D

AlexGilleran commented 6 years ago

Merged, and published as 4.0.0 :+1: . Thanks!