I have a good understanding of how ES5 works; while it is good to understand what a certain feature, from a new implementation like ES6, does; I would love playing with how the transpilers convert this code to ES5.
I’m sure there are some gold nuggets buried inside the transformed ES5 code. Learning from the best and all… I don’t have the luxury to download whatever I want, whatever is required, at work .
So I was wondering what are some online options where I can try out different Babel plugins, and instantly check out the transformed code.
Peter Scheler
JS enthusiast
I only know the online REPL on the Babel page.