babel-upgrade
babel-upgrade copied to clipboard
Babel Upgrade Online
babel-upgrade-online
A tiny editor for upgrading Babel versions (to v7)
Motivation
aside: This issue reminds me that we should also make a website for this where you can copy paste or even drag/drop your config/package.json and it does the same thing as this tool. Maybe that could be useful too
https://github.com/babel/babel-upgrade/issues/41#issuecomment-369653547
Nice! could that be integrated into the Babel website?
🙌🙌🙌🙌🙌
that's really great! thanks for taking on the suggestion! Yeah it would be great to integrate this somehow eventually.
This makes repro a lot easier as well! We haven't done js codemods yet either though! Dang this would be nice with the codesandbox integration too @CompuIves
What would be the best way to do this integration with the babel website?
- to add an iframe?
- create as React Component and import on website?
- do the entire implementation within the website monorepo?
@emersonlaurentino awesome work!
Let's immediately add a link to it.
Then get it integrated directly into the repo?
@existentialism It's fine by me.
Wow! This is so awesome @emersonlaurentino! I love this 👍 👍
@existentialism could you send? because you know the best spot. Meanwhile I work on the integration directly inside the website.
Could you add this also for yarn? @emersonlaurentino
Why not populate output from repl? So you can try all new exciting js features and than export package.json and .babelrc configurations.